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