DaehwanKimLab / centrifuge

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

ERROR): Expected centrifuge to be in same directory with centrifuge-class: #269

Closed CDX-bioinformatics closed 9 months ago

CDX-bioinformatics commented 9 months ago

Hi, I am trying to install latest version of centrifuge V 1.0.4.1 but for some reason centrifuge-class is missing in both tar and zip file. So I m keep getting error message: ERROR): Expected centrifuge to be in same directory with centrifuge-class: So I copy the centrifuge-class from previous version to this new version. Is there better way to make it run ?

Also I already refer issue #203.

mourisl commented 9 months ago

Have you run "make" to compile centrifuge? "centrifuge" is a perl-script wrapper, and you need to compile Centrifuge first.

CDX-bioinformatics commented 9 months ago

Thank you so much for quick response. That worked perfectly.