Error while running picrust

Hai I was running tutorial from GitHub for Picrust2 and received this error in the very first step. I am not able to understand the error. Please help me with this.
Error: (picrust2) [vv00010@trcis001 chemerin_16S]$ place_seqs.py -s ../seqs.fna -o out.tre -p 1 --intermediate intermediate/place_seqs
Traceback (most recent call last):
File "/shared/software/conda/envs/picrust2/bin/place_seqs.py", line 7, in
exec(compile(f.read(), file, 'exec'))
File "/gpfs20/shared/src/picrust2-2.5.0/scripts/place_seqs.py", line 111, in
main()
File "/gpfs20/shared/src/picrust2-2.5.0/scripts/place_seqs.py", line 87, in main
place_seqs_pipeline(study_fasta=args.study_fasta,
File "/gpfs20/shared/src/picrust2-2.5.0/picrust2/place_seqs.py", line 33, in place_seqs_pipeline
check_fasta_headers(study_fasta)
File "/gpfs20/shared/src/picrust2-2.5.0/picrust2/place_seqs.py", line 463, in check_fasta_headers
fasta_in = open(filename, "r")
FileNotFoundError: [Errno 2] No such file or directory: '../seqs.fna'

Here's the important part of the error:

It looks like the path of the input seqs.fna file is not quite right, and the script can't find that file. Double check the file paths and see if you can update the input file path so it can find that file.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.