...
Protein sequence file (makedb only)
Note Please ignore this field and use DIAMOND-makedb-0.9.10 app instead for building the database for DIAMOND
- Input query sequence file: Name of the protein fasta file (query)
- DIAMOND database file: Path to the database that was created using DIAMOND-makedb-0.9.10
Parameters
- Maximum number of target sequences to report alignments for (default: 0)
- Minimum bit score to report alignments (overrides e-value setting) (default: 0)
- Minimum subject cover% to report an alignment (default: 0)
- Output file format: BLAST tabular, BLAST XML, BLAST tabular, DIAMOND alignment archive (DAA), SAM (default BLAST tabular)
- Report alignments within this percentage range of top alignment score (default: 0)
- Minimum identity% to report an alignment (default: 0)
- Enable sensitive mode (default: fast)
DIAMOND program (Required): Build DIAMOND database from a FASTA file, Align amino acid query sequences against a protein reference database, Align DNA query sequences against a protein reference database
Note Please use either of "Align amino acid query sequences against a protein reference database" or "Align DNA query sequences against a protein reference database" depending on your query type. Do not select Build DIAMOND database from a FASTA file
- Output file format: Both strands, Minus strand, Plus strand (default: Both strands)
- Maximum e-value to report alignments (default: 0.001)
- Minimum query cover% to report an alignment (default: 0)
- Enable more sensitive mode (default: fast)
- Output filename (default is output)
Test/sample data:
The test data are provided for testing DIAMOND -makedb- 0.9.10 is in here - /iplant/home/shared/iplantcollaborative/example_data/diamond_blast:
Use the following inputs/outputs for testing DIAMOND-makedb-0.9.10
Mandatory argument
Input file - sample.faa
- Database file - out (Default)
Output Reports:
- out.dmnd - Final database for the input file (sample.faa). Now you can proceed to actual DIAMOND Blast
:
Inputs:
Input query sequence file: msu-irgsp-proteins.fasta
DIAMOND database file: out.dmnd
- Parameters:
- DIAMOND program (Required): Align amino acid query sequences against a protein reference database
Leave the rest of the parameters as default
Output Reports:
- output - Tablular BLASTP result
- Inputs that you submitted (msu-irgsp-proteins.fasta and out.dmnd)
- Logs (*.err and *.out)
More information about DIAMOND-makedb-0.9.10 can be found at https://github.com/bbuchfink/diamond
...