WrightonLabCSU / DRAM

Distilled and Refined Annotation of Metabolism: A tool for the annotation and curation of function for microbial and viral genomes
GNU General Public License v3.0
239 stars 50 forks source link

Steps to download all the databases and setup manually in DRAM #318

Open srisvs33 opened 6 months ago

srisvs33 commented 6 months ago

Dear developers @jrr-microbio @rmFlynn @shafferm

For some reason, the database download got interrupted / or not successful in our HPC clusters. So, I am thinking about downloading all the latest databases manually and setup in our clusters. Could you please assist with the steps to follow to do the same along with links to all the databases. I remember somewhere in the post previously. however, now I am unable to find that post.

Thank you very much

Venkat

smdabdoub commented 5 months ago

Here is the list of databases:

They can be individually updated through:

DRAM-setup.py prepare databases --select_db <database>.

Note that the --select_db parameter can be used multiple times in a single command:

DRAM-setup.py prepare_databases --select_db pfam --select_db pfam_hmm --output_dir database_dir

fischuu commented 1 month ago

I think that solution has the problem, that the DRAM-setup.py ... call throws then an error telling that the output_dir folder exists already (at least for me this happens).