You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am computing functional annotations based on precomputed eggnog and interproscan annotations and using the BUSCO dataset "eukaryota". The funannotate database folder contains the required BUSCO dataset, but the "funannotate annotate" command fails at the BUSCO step with the error below:
: Annotating proteins with BUSCO eukaryota models
Traceback (most recent call last):
File "/.conda/envs/funannotate/bin/funannotate", line 10, in
sys.exit(main())
File "/.conda/envs/funannotate/lib/python3.9/site-packages/funannotate/funannotate.py", line 717, in main
mod.main(arguments)
File "/.conda/envs/funannotate/lib/python3.9/site-packages/funannotate/annotate.py", line 1278, in main
lib.runBUSCO(
File "/.conda/envs/funannotate/lib/python3.9/site-packages/funannotate/library.py", line 6893, in runBUSCO
with open(
FileNotFoundError: [Errno 2] No such file or directory: 'annot_output/annotate_misc/run_busco/full_table_busco.tsv'
Any idea what might be the problem?
Thanks.
The text was updated successfully, but these errors were encountered:
would need to see what other errors but usually the busco sets include the version number (eg eukaryota_odb10) - make sure that also exists in the $FUNANNOTATE_DB folder as well.
can you provide the cmdline you are using to run annotate as well?
I am computing functional annotations based on precomputed eggnog and interproscan annotations and using the BUSCO dataset "eukaryota". The funannotate database folder contains the required BUSCO dataset, but the "funannotate annotate" command fails at the BUSCO step with the error below:
: Annotating proteins with BUSCO eukaryota models
Traceback (most recent call last):
File "/.conda/envs/funannotate/bin/funannotate", line 10, in
sys.exit(main())
File "/.conda/envs/funannotate/lib/python3.9/site-packages/funannotate/funannotate.py", line 717, in main
mod.main(arguments)
File "/.conda/envs/funannotate/lib/python3.9/site-packages/funannotate/annotate.py", line 1278, in main
lib.runBUSCO(
File "/.conda/envs/funannotate/lib/python3.9/site-packages/funannotate/library.py", line 6893, in runBUSCO
with open(
FileNotFoundError: [Errno 2] No such file or directory: 'annot_output/annotate_misc/run_busco/full_table_busco.tsv'
Any idea what might be the problem?
Thanks.
The text was updated successfully, but these errors were encountered: