-
|
How do you make a custom diamond database for use with Autometa? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
The author of diamond maintains a docker image of diamond. Choose a versioned image to pull down from here: For this example we'll use the v2.0.9 version: The protein fasta file I want to turn into a dmnd database is located in the directory: Replace that path and filename in the command below with your own to generate a nr.dmnd database. Also change |
Beta Was this translation helpful? Give feedback.
The author of diamond maintains a docker image of diamond.
Choose a versioned image to pull down from here:
For this example we'll use the v2.0.9 version:
The protein fasta file I want to turn into a dmnd database is located in the directory:
home/chase/Documents/large_dband is named:
my_fasta.faaReplace that path and filename in the command below with your own to generate a nr.dmnd database. Also change
my_dmnd_dbto whatever you want the database to be named,.dmndwill be appended to this.