User Tools

Site Tools


diamond-software

This is an old revision of the document!


Diamond

Diamond is a new high-throughput program for aligning DNA reads or protein sequences against a protein reference database such as NR, at up to 20,000 times the speed of BLAST, with high sensitivity.

Information

Usage

See which versions of diamond are available:

$ module avail diamond

Load the diamond environment module and run it:

$ module load diamond/0.9.9
$ diamond

Installation

Notes from the sysadmin during installation:

$ cd /tmp
$ wget https://github.com/bbuchfink/diamond/releases/download/v0.9.9/diamond-linux64.tar.gz
$ tar xf diamond-linux64.tar.gz
$ sudo cp diamond diamond_manual.pdf /export/apps/diamond/0.9.9

Diamond requires specially formatted databases, which you create using the diamond makedb subcommand. The input must be a FASTA file, but can be gzip compressed, for example the NR database from NCBI:

$ wget ftp://ftp.ncbi.nlm.nih.gov/blast/db/FASTA/nr.gz
$ diamond makedb --in nr.gz -d nr
$ sudo mkdir -p /export/data/bio/diamond
$ sudo cp nr.dmnd /export/data/bio/diamond
diamond-software.1500809138.txt.gz · Last modified: 2017/07/23 11:25 by aorth