cruizperez / MicrobeAnnotator

Pipeline for metabolic annotation of microbial genomes
Artistic License 2.0
133 stars 27 forks source link

Changing Search (and DB creation) method #65

Open Ahmed-Shibl opened 1 year ago

Ahmed-Shibl commented 1 year ago

Hi! thanks for this software! really excited to give it a go.

I'm currently in the database creation step (it's taking long so thanks for the warning!) and it seems to be running fine so far. The only thing is that I initially used the blast option as the search method, as follows: microbeannotator_db_builder -d microbeannotator -m blast -t $(nproc)

I would now rather use the diamond option so I wanted to ask which step number I should use to re-run the database creation command (please see below), Step 12. Create SQLite annotation DB or Step 14. Create method/tool-specific DBs?

microbeannotator_db_builder -d microbeannotator -m diamond --step 12 -t $(nproc)