gnu: diamond: Update to 0.9.0.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.9.0. [license]: Change to AGPL3+.
This commit is contained in:
parent
88682c9a72
commit
ef81341f0e
|
@ -2093,7 +2093,7 @@ identify enrichments with functional annotations of the genome.")
|
||||||
(define-public diamond
|
(define-public diamond
|
||||||
(package
|
(package
|
||||||
(name "diamond")
|
(name "diamond")
|
||||||
(version "0.8.38")
|
(version "0.9.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -2102,7 +2102,7 @@ identify enrichments with functional annotations of the genome.")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0q2z6z5f7c0kbbzpjamkcyqg0rc6h5rxfp97qbmb0wxaycr7jajq"))))
|
"19lvz661mmgikbry0nvnsjc01fdxqbw9rl2868dvjfraxbcx9ras"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f ; no "check" target
|
'(#:tests? #f ; no "check" target
|
||||||
|
@ -2122,8 +2122,7 @@ translated DNA query sequences against a protein reference database (BLASTP
|
||||||
and BLASTX alignment mode). The speedup over BLAST is up to 20,000 on short
|
and BLASTX alignment mode). The speedup over BLAST is up to 20,000 on short
|
||||||
reads at a typical sensitivity of 90-99% relative to BLAST depending on the
|
reads at a typical sensitivity of 90-99% relative to BLAST depending on the
|
||||||
data and settings.")
|
data and settings.")
|
||||||
(license (license:non-copyleft "file://src/COPYING"
|
(license license:agpl3+)))
|
||||||
"See src/COPYING in the distribution."))))
|
|
||||||
|
|
||||||
(define-public discrover
|
(define-public discrover
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue