-
Notifications
You must be signed in to change notification settings - Fork 7
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
Error running this command #37
Comments
Hi @edmundtayzy, what error does it show? Or does it simply abort? If it just aborts its likely that you ran out of memory. Try to run the script with a lower chunk_size by adding something like
|
Hi Pierre, Thanks for your prompt reply! I get the following messages below: epa-ng --tree /home/tayezy/miniconda3/envs/picrust2/lib/python3.6/site-packages/picrust2/default_files/prokaryotic/pro_ref/pro_ref.tre --ref-msa intermediate/place_seqs/ref_seqs_hmmalign.fasta --query intermediate/place_seqs/study_seqs_hmmalign.fasta --chunk-size 5000 -T 1 -m /home/tayezy/miniconda3/envs/picrust2/lib/python3.6/site-packages/picrust2/default_files/prokaryotic/pro_ref/pro_ref.model -w intermediate/place_seqs/epa_out --filter-acc-lwr 0.99 --filter-max 100 Standard output of failed command: Standard error of failed command: (Apologies in advance!) I'm still relatively new to the field of bioinformatics, you mentioned to lower chunk size, am I supposed to directly input the command prior? (I have tried so but when I do that I get --chunk_size: command not found) Or am I supposed to add it somewhere into the original input (place_seqs.py -s ../seqs.fna -o out.tre -p 1 Thank you so much for your help! |
there's the problem: your "intermediate" folder already contains results that EPA-ng is protecting you from overwriting. I'm not that familiar with how picrust2 handles things, but I think if you delete the intermediate folder the problem should resolve (of course check first if theres any data in there you might need) Let me know if it works! |
I deleted the intermediate folder and got the following error message instead: Error running this command: Standard output of failed command: Standard error of failed command: |
hmm there doesn't seem to be any error. Maybe now you can try to adjust the chunk size, from what I can tell you can do it with the command I mentioned, passing it to place_seqs.py Maybe @Gavindouglas knows more? EDIT: you probably also want to post to the picrust github (and reference this issue) |
Hi there, I am trying to follow this picrust tutorial
After running this command: place_seqs.py -s ../seqs.fna -o out.tre -p 1
--intermediate intermediate/place_seqs
It shows error running this command:
epa-ng --tree /home/tayezy/miniconda3/envs/picrust2/lib/python3.6/site-packages/picrust2/default_files/prokaryotic/pro_ref/pro_ref.tre --ref-msa intermediate/place_seqs/ref_seqs_hmmalign.fasta --query intermediate/place_seqs/study_seqs_hmmalign.fasta --chunk-size 5000 -T 1 -m /home/tayezy/miniconda3/envs/picrust2/lib/python3.6/site-packages/picrust2/default_files/prokaryotic/pro_ref/pro_ref.model -w intermediate/place_seqs/epa_out --filter-acc-lwr 0.99 --filter-max 100
Any idea what might be the issue or how to resolve this?
Thanks in advance
The text was updated successfully, but these errors were encountered: