-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to run hmmeralign #63
Comments
I confirm the same issue on bioconda installation of sepp and pasta. |
It appears that the command line constructed by pasta to run hmmalign was incorrect? What is the problem? |
Ok I found out the reason. This is because due to some reason the conda installation has an "hmmeralign" binary executable in the conda envoriment's bin folder. Replacing this file with the resource/script/hmmeralign python script works. |
@melop thanks for the report and diagnosis. Do I have any idea how hmmeralign binary executable had gotten there? HMMER's file is called hmmalign not hmmeralign. I am wondering if this is a problem I need to fix on the PASTA side or if this was a fluke? |
Hi,
I run into this problem when running "run_pasta.py --input=filtered.faa --datatype=Protein":
PASTA failed because one of the programs it tried to run failed.
The invocation that failed was:
".../.conda/envs/pasta/bin/hmmeralign" ".../.conda/envs/pastajob/tempsgmw9sal/init_aln/temphmmeraligntkj6o3kq/input.fasta" ".../.conda/envs/pastajob/tempsgmw9sal/init_aln/query-11.fasta" ".../.conda/envs/pastajob/tempsgmw9sal/init_aln/temphmmeraligntkj6o3kq/input.aligned" "amino"
Any idea on how this can be fixed?
The text was updated successfully, but these errors were encountered: