wilkelab / Opfi

A Python package for discovery, annotation, and analysis of gene clusters in genomics or metagenomics data sets.
https://opfi.readthedocs.io/
MIT License
21 stars 5 forks source link

Tutorial example 1 crashes #203

Closed Thomieh73 closed 2 years ago

Thomieh73 commented 2 years ago

I did not clone the repo to follow the tutorial.

When I follow the tutorial example 2 I store the assembly file in a work directory. I then create the blastdb and the example_1_output folder.

Your example then crashes, since the assembly file is not stored in the folder "data/GCF_000024045.1_ASM2404v1_genomic.fna.gz" It was easily fixed for me, by removing the data folder from the python code.