diamond: update metadata

This commit is contained in:
thyol 2022-07-13 12:03:05 +02:00
parent 55853ae096
commit 0d6e3afdba

View file

@ -18,24 +18,17 @@ stdenv.mkDerivation rec {
meta = with lib; { meta = with lib; {
description = "Accelerated BLAST compatible local sequence aligner"; description = "Accelerated BLAST compatible local sequence aligner";
longDescription = '' longDescription = ''
A sequence aligner for protein and translated DNA DIAMOND is a sequence aligner for protein and translated DNA searches, designed for high performance analysis of big sequence data. The key features are:
searches and functions as a drop-in replacement for the NCBI BLAST - Pairwise alignment of proteins and translated DNA at 100x-10,000x speed of BLAST.
software tools. It is suitable for protein-protein search as well as - Frameshift alignments for long read analysis.
DNA-protein search on short reads and longer sequences including contigs - Low resource requirements and suitable for running on standard desktops or laptops.
and assemblies, providing a speedup of BLAST ranging up to x20,000. - Various output formats, including BLAST pairwise, tabular and XML, as well as taxonomic classification.
DIAMOND is developed by Benjamin Buchfink. Feel free to contact him for support (Email Twitter). When using the tool in published research, please cite:
- Buchfink B, Reuter K, Drost HG, "Sensitive protein alignments at tree-of-life scale using DIAMOND", Nature Methods 18, 366368 (2021). doi:10.1038/s41592-021-01101-x
If you use DIAMOND in published research, please cite
B. Buchfink, Xie C., D. Huson,
"Fast and sensitive protein alignment using DIAMOND",
Nature Methods 12, 59-60 (2015).
''; '';
homepage = "https://github.com/bbuchfink/diamond"; homepage = "https://github.com/bbuchfink/diamond";
license = { license = lib.licenses.gpl3Plus;
fullName = "University of Tuebingen, Benjamin Buchfink";
url = "https://raw.githubusercontent.com/bbuchfink/diamond/master/src/COPYING";
};
maintainers = with lib.maintainers; [ thyol ]; maintainers = with lib.maintainers; [ thyol ];
}; };
} }