mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-riboprofiling: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-riboprofiling): Update to 1.18.0. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
ef1d3231c3
commit
7aae05a953
1 changed files with 4 additions and 2 deletions
|
@ -2004,14 +2004,14 @@ datasets.")
|
||||||
(define-public r-riboprofiling
|
(define-public r-riboprofiling
|
||||||
(package
|
(package
|
||||||
(name "r-riboprofiling")
|
(name "r-riboprofiling")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RiboProfiling" version))
|
(uri (bioconductor-uri "RiboProfiling" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0nfzyiq7cd6fs5agzl1zyfg8s631wi7kjngiyvd3vxlhi8wsjicx"))))
|
"0s30m96dbbrzbywz3wai5ar0nsshb16lq101nyl20w1bk7sk2bha"))))
|
||||||
(properties `((upstream-name . "RiboProfiling")))
|
(properties `((upstream-name . "RiboProfiling")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
@ -2031,6 +2031,8 @@ datasets.")
|
||||||
("r-rtracklayer" ,r-rtracklayer)
|
("r-rtracklayer" ,r-rtracklayer)
|
||||||
("r-s4vectors" ,r-s4vectors)
|
("r-s4vectors" ,r-s4vectors)
|
||||||
("r-sqldf" ,r-sqldf)))
|
("r-sqldf" ,r-sqldf)))
|
||||||
|
(native-inputs
|
||||||
|
`(("r-knitr" ,r-knitr)))
|
||||||
(home-page "https://bioconductor.org/packages/RiboProfiling/")
|
(home-page "https://bioconductor.org/packages/RiboProfiling/")
|
||||||
(synopsis "Ribosome profiling data analysis")
|
(synopsis "Ribosome profiling data analysis")
|
||||||
(description "Starting with a BAM file, this package provides the
|
(description "Starting with a BAM file, this package provides the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue