DaehwanKimLab / hisat2

Graph-based alignment (Hierarchical Graph FM index)
GNU General Public License v3.0
473 stars 116 forks source link

hisat2-build DOES NOT work for me! #402

Open zerolinuxbio opened 1 year ago

zerolinuxbio commented 1 year ago

When I type hisat2-build in the hisat2 directory, it doesn't work for me and shows this error:" /usr/bin/env: ‘python’: No such file or directory"

While I can run hisat2 easily, hisat2-build doesn't run for me.

Thank you for your help in advance...

DarioMarzella commented 1 year ago

I am not one of the developers, but this looks like just an issue with your python. May I ask which operative system are you using? Also, can you please run the command which python and paste here the output?

It might just be that hisat2-build looks for your python installation and it cannot find it where it expects it.