Skip to content

DIAMOND v0.8.18

Compare
Choose a tag to compare
@bbuchfink bbuchfink released this 10 Aug 17:10
· 1828 commits to master since this release

Added a new command getseq that can be used to retrieve sequences from database files. Usage:
Print whole database in FASTA format: diamond getseq -d db
Print 3rd and 7th sequence in FASTA format: diamond getseq -d db --seq 3 7