prihoda / AbNumber

Convenience Python APIs for antibody numbering using ANARCI
MIT License
80 stars 11 forks source link

No such file or directory: 'hmmscan' #17

Open mingbao96 opened 1 year ago

mingbao96 commented 1 year ago

Hi , I downloaded AbNumber by conda, but when I used abnumber.Chain, I got the FileNotFoundError : No such file or directory: 'hmmscan'.

I tried to install the hmmer, but it didn't fix the error.

rjt-acog commented 2 months ago

This happens because the path to hmmscan isn't added to $PATH and hence abnumber can't find it. So check the root path for hmmscan and append it to your $PATH environment variable. That worked for me.