-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Hello,
I'm running the eukref_gbretrieve.py script but am getting the following errors. The temp_no_chimeras.fas file that the script is not able to find is located in the same directory as the script and the file is not empty. In the script, the infile was closed after being read so I tried to resolve the issue by commenting out line 235 but no luck...Any suggestions as to how I can resolve this problem? Thank you!
Runing uchime on initial fasta file
Invalid command line
Option --uchime_ref is invalid
For list of command-line options use --help.
Traceback (most recent call last):
File "eukref_gbretrieve.py", line 344, in <module>
run_uchime('current_DB.fas', 'temp_initial_db.fas')
File "eukref_gbretrieve.py", line 233, in run_uchime
infile = open('temp_no_chimeras.fas')
IOError: [Errno 2] No such file or directory: 'temp_no_chimeras.fas'
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels