Rafael Ponce
unread,Apr 9, 2025, 7:25:42 AMApr 9Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to picrust-users
Hi all,
I installed picrust using:
mamba create -n picrust2 -c bioconda -c conda-forge picrust2=2.6.1
but when I try to run picrust2_pipeline.py I got the following error:
No FASTA file found in specified directory. Expected to find one of:
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.fna.gz
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.fasta.gz
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.fna
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.fasta
In addition to the missing FASTA file, the following expected file(s) could not be found:
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.tre
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.hmm
/home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref/bac_ref.model
Error - missing at least one of the four reference files in this specified directory: /home/rafael/anaconda3/envs/picrust2/lib/python3.9/site-packages/picrust2/default_files/bacteria/bac_ref
I searched in the wiki page and this new version is supposed to install the new PICRUST database, right? So I'm not sure why it doesn't work.
I will appreciate if you could give some information how to fix this,
Thanks,
Rafael