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:
Ricardo Wurmus 2024-11-28 12:45:58 +01:00
parent 8f9b6c3137
commit 3c2964c923
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19604,7 +19604,9 @@ index.")
(sha256
(base32
"14c923hhk9pn2a6kslcw5ai5xn50bba43fp9b5p9viaqikgr2nby"))))
(properties `((upstream-name . "QuasR")))
(properties
`((upstream-name . "QuasR")
(updater-extra-native-inputs . ("r-rhisat2"))))
(build-system r-build-system)
(propagated-inputs
(list r-annotationdbi
@ -19626,7 +19628,7 @@ index.")
r-shortread
r-txdbmaker))
(native-inputs
(list r-knitr r-testthat))
(list r-genomicalignments r-knitr r-rhisat2 r-testthat))
(home-page "https://bioconductor.org/packages/QuasR/")
(synopsis "Quantify and annotate short reads in R")
(description