Skip to content

run_uchime is not working #10

@tarunaaggarwal

Description

@tarunaaggarwal

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'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions