Skip to content
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

Open
marinamashintsova opened this issue Feb 21, 2023 · 4 comments
Open

Failed to run hmmeralign #63

marinamashintsova opened this issue Feb 21, 2023 · 4 comments

Comments

@marinamashintsova
Copy link

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?

@melop
Copy link

melop commented Jan 12, 2024

I confirm the same issue on bioconda installation of sepp and pasta.

@melop
Copy link

melop commented Jan 12, 2024

PASTA failed because one of the programs it tried to run failed.
The invocation that failed was:
    "/public/software/conda_envs/sepp4.5.1/lib/python3.7/site-packages/bin/hmmeralign" "/fast3/group_crf/home/cuirf/OR_hunt/pipeline/trees/OR/testpasta/pastaout/pastajob/templj5_supd/init_aln/temphmmeralignq4xsw1nw/input.fasta" "/fast3/group_crf/home/cuirf/OR_hunt/pipeline/trees/OR/testpasta/pastaout/pastajob/templj5_supd/init_aln/query-3.fasta" "/fast3/group_crf/home/cuirf/OR_hunt/pipeline/trees/OR/testpasta/pastaout/pastajob/templj5_supd/init_aln/temphmmeralignq4xsw1nw/input.aligned" "amino"

It appears that the command line constructed by pasta to run hmmalign was incorrect? What is the problem?

@melop
Copy link

melop commented Jan 12, 2024

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.

@smirarab
Copy link
Owner

@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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants