dellacortelab / prospr

ProSPr: Protein Structure Prediction
MIT License
421 stars 85 forks source link

Missing hhmake Error? #17

Open KotaroTsuboyama opened 4 years ago

KotaroTsuboyama commented 4 years ago

According to this instruction https://github.com/dellacortelab/prospr/issues/12, I executed the following command to get pkl file from test2.seq, but I got the following error... I already had databases for psiblast and hhblits, but hhmake seem to be missing. Should I install hhmake after doing "docker run prospr/prospr"?

Thank you in advance!

sudo docker run -it -v /home/user/data:/data prospr/prospr build test2

[2020-04-18 01:57:09.576696] Running hhblits. . .

tyggna commented 4 years ago

This error is ambiguous, but hhmake is included in the docker container. My guess is that there's no "test2" directory in your local /home/user/data/ folder

aiXander commented 4 years ago

I'm having the same issue and I can confirm that the directory is present... Did anybody end up solving this issue?

aiXander commented 4 years ago

I found a solution for this issue by manually rebuilding the docker image with an updated version of BLAST: