mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-pasilla: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-pasilla): Update to 1.24.0. [propagated-inputs]: Remove r-biocstyle, r-knitr, and r-rmarkdown. [native-inputs]: Add r-knitr.
This commit is contained in:
parent
4f2ac5f19f
commit
3ff4e48e85
1 changed files with 9 additions and 9 deletions
|
@ -1364,16 +1364,16 @@ (define-public r-genomationdata
|
|||
(define-public r-pasilla
|
||||
(package
|
||||
(name "r-pasilla")
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pasilla" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"0h124i2fb2lbj2k48zzf1n7ldqa471bs26fbd9vw50299aqx28x0"))))
|
||||
(version "1.24.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "pasilla" version 'experiment))
|
||||
(sha256
|
||||
(base32 "1vsxh7mv2krkbdqs5gsgjsxarjbll0bpyk94syrwh56z67n7jyib"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biocstyle r-dexseq r-knitr r-rmarkdown))
|
||||
(propagated-inputs (list r-dexseq))
|
||||
(native-inputs (list r-knitr))
|
||||
(home-page "https://www.bioconductor.org/packages/pasilla/")
|
||||
(synopsis "Data package with per-exon and per-gene read counts")
|
||||
(description "This package provides per-exon and per-gene read counts
|
||||
|
|
Loading…
Reference in a new issue