mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-shortread: Update to 1.62.0.
* gnu/packages/bioconductor.scm (r-shortread): Update to 1.62.0. [propagated-inputs]: Add r-pwalign. Change-Id: If2d4d238f239f2acda2f8bffc29851dbfa5e6242
This commit is contained in:
parent
3919266295
commit
04949bab4a
1 changed files with 3 additions and 2 deletions
|
@ -11433,14 +11433,14 @@ (define-public r-shinymethyl
|
|||
(define-public r-shortread
|
||||
(package
|
||||
(name "r-shortread")
|
||||
(version "1.60.0")
|
||||
(version "1.62.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ShortRead" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0fgiszb5qhplppfngpi4s33sx62ff5sdhd6n31a3b6l7fnlvk51m"))))
|
||||
"0x5iqx2k2xs5rwjch0bpcb8pgc0nhb571991yahdr8hsxwbas3jm"))))
|
||||
(properties `((upstream-name . "ShortRead")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
@ -11457,6 +11457,7 @@ (define-public r-shortread
|
|||
r-iranges
|
||||
r-lattice
|
||||
r-latticeextra
|
||||
r-pwalign
|
||||
r-rhtslib
|
||||
r-rsamtools
|
||||
r-s4vectors
|
||||
|
|
Loading…
Reference in a new issue