DaehwanKimLab / centrifuge

Classifier for metagenomic sequences
GNU General Public License v3.0
235 stars 73 forks source link

Does not compile using g++ 10 #234

Open dchandran-sgmo opened 2 years ago

dchandran-sgmo commented 2 years ago

There is a strange quote character in processor_support.h that needs to be changed to regular quotes. Then it compiles.

keith-harrison commented 2 years ago

git clone https://github.com/infphilo/centrifuge && cd centrifuge && sed -i 's/“/"/g' processor_support.h && sed -i 's/”/"/g' processor_support.h && make && make install prefix=/usr/local