|
How do you make a custom diamond database for use with Autometa? |
Answered by
chasemc
Apr 28, 2021
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 |
0 replies
Answer selected by
chasemc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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:
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.