Archived
1
0
Fork 0

gnu: sortmerna: Update to 2.1b.

* gnu/packages/bioinformatics.scm (sortmerna): Update to 2.1b.
[inputs]: New field.
This commit is contained in:
Ben Woodcroft 2016-05-17 21:45:49 +10:00
parent daaeed765a
commit 849485f5a0

View file

@ -3549,7 +3549,7 @@ of these reads to align data quickly through a hash-based indexing scheme.")
(define-public sortmerna (define-public sortmerna
(package (package
(name "sortmerna") (name "sortmerna")
(version "2.1") (version "2.1b")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -3559,7 +3559,7 @@ of these reads to align data quickly through a hash-based indexing scheme.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mc5cf1c7xh0h7xb11vh7gqgzx0qvrfa606cb8ixlfg3f2av58s4")))) "1ghaghvd82af9j5adavxh77g7hm247d1r69m3fbi6f1jdivj5ldk"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(outputs '("out" ;for binaries (outputs '("out" ;for binaries
"db")) ;for sequence databases "db")) ;for sequence databases
@ -3579,6 +3579,8 @@ of these reads to align data quickly through a hash-based indexing scheme.")
(install-file file share)) (install-file file share))
(find-files "rRNA_databases" ".*fasta")) (find-files "rRNA_databases" ".*fasta"))
#t)))))) #t))))))
(inputs
`(("zlib" ,zlib)))
(home-page "http://bioinfo.lifl.fr/RNA/sortmerna") (home-page "http://bioinfo.lifl.fr/RNA/sortmerna")
(synopsis "Biological sequence analysis tool for NGS reads") (synopsis "Biological sequence analysis tool for NGS reads")
(description (description