cruizperez / MicrobeAnnotator

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

database generation factorisation :: of #51

Closed EricDeveaud closed 2 years ago

EricDeveaud commented 2 years ago

Hello,

I'm trying to install MicrobeAnnotator with blast//diamond//sword annotation.

I used the following command line in order to build the 3 DBs

microbeannotator_db_builder --no_aspera -d /tmp/dbs -m blast -t 32 --light --keep_temp
microbeannotator_db_builder --no_aspera -d /tmp/dbs -m diamond -t 32 --light --keep_temp --step 3
microbeannotator_db_builder --no_aspera -d /tmp/dbs -m sword -t 32 --light --keep_temp --step 3

anyway swisprot fasta and swisprot dat are downloaded each time. maybee checking for temp_ folders content may save some bandwith.

regards

Eric

EricDeveaud commented 2 years ago

sorry should be step 5 not step 3