mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-quasr: Add missing inputs.
* gnu/packages/bioconductor.scm (r-quasr)[native-inputs]: Add r-genomicalignments and r-rhisat2. [properties]: Tell updater to keep r-rhisat2. Change-Id: I304824e27d39f76a1de2aeb1e77c32f5d6faf70e
This commit is contained in:
parent
8f9b6c3137
commit
3c2964c923
1 changed files with 4 additions and 2 deletions
|
@ -19604,7 +19604,9 @@ index.")
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14c923hhk9pn2a6kslcw5ai5xn50bba43fp9b5p9viaqikgr2nby"))))
|
"14c923hhk9pn2a6kslcw5ai5xn50bba43fp9b5p9viaqikgr2nby"))))
|
||||||
(properties `((upstream-name . "QuasR")))
|
(properties
|
||||||
|
`((upstream-name . "QuasR")
|
||||||
|
(updater-extra-native-inputs . ("r-rhisat2"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-annotationdbi
|
(list r-annotationdbi
|
||||||
|
@ -19626,7 +19628,7 @@ index.")
|
||||||
r-shortread
|
r-shortread
|
||||||
r-txdbmaker))
|
r-txdbmaker))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list r-knitr r-testthat))
|
(list r-genomicalignments r-knitr r-rhisat2 r-testthat))
|
||||||
(home-page "https://bioconductor.org/packages/QuasR/")
|
(home-page "https://bioconductor.org/packages/QuasR/")
|
||||||
(synopsis "Quantify and annotate short reads in R")
|
(synopsis "Quantify and annotate short reads in R")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue