gnu: r-genomation: Update to 1.10.0.

* gnu/packages/bioinformatics.scm (r-genomation): Update to 1.10.0.
[propagated-inputs]: Remove r-rhtslib.
[inputs]: Remove zlib.
This commit is contained in:
Ricardo Wurmus 2017-11-06 21:41:40 +01:00
parent e6ce4bf00d
commit e127c918f8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 5 deletions

View File

@ -7423,13 +7423,13 @@ reference point and sorted by a user defined feature.")
(define-public r-genomation
(package
(name "r-genomation")
(version "1.8.0")
(version "1.10.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "genomation" version))
(sha256
(base32
"0r71nf8p3aq3yffqxg4yir1zmm7rar5a57nmy1kpqpn8kaf2svjl"))))
"1ddd8c9w1f1i1ga9rpbwiic8rsaws1chdxx4j38bpyaiy4zhz1ca"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biostrings" ,r-biostrings)
@ -7448,14 +7448,11 @@ reference point and sorted by a user defined feature.")
("r-rcpp" ,r-rcpp)
("r-readr" ,r-readr)
("r-reshape2" ,r-reshape2)
("r-rhtslib" ,r-rhtslib)
("r-rsamtools" ,r-rsamtools)
("r-rtracklayer" ,r-rtracklayer)
("r-runit" ,r-runit)
("r-s4vectors" ,r-s4vectors)
("r-seqpattern" ,r-seqpattern)))
(inputs
`(("zlib" ,zlib)))
(home-page "http://bioinformatics.mdc-berlin.de/genomation/")
(synopsis "Summary, annotation and visualization of genomic data")
(description