DaehwanKimLab / centrifuge

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

Need python2.7 for centrifuge-kreport #141

Open pjtorres opened 6 years ago

pjtorres commented 6 years ago

First off, thanks for building such a great program!

Didn't know where else to put this as I didn't see a centrifuge-user google group or anything so I thought i would share my experience here. Spent most of the morning building a Dockerfile for centrifuge and all my taxa kept getting assigned to the root. After many struggles I found the problem

/usr/bin/env: python: No such file or directory

It turns out that you need python2.7 for centrifuge-kreport to work properly. Maybe this will save someone else some time :)