mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-fishpond: Add test input.
* gnu/packages/bioconductor.scm (r-fishpond)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-tximportdata. Change-Id: Iacd3350a79a3b5234af9f7d4df91b8f10d7fa496
This commit is contained in:
parent
612d035a42
commit
ec84c1c145
1 changed files with 5 additions and 2 deletions
|
@ -24560,7 +24560,9 @@ objects from the @code{graph} package.")
|
|||
(sha256
|
||||
(base32
|
||||
"07qzplkpq1zbh671b44c1qa1k47jqqmyrrrdyixjz0fqj0ikw6ya"))))
|
||||
(properties `((upstream-name . "fishpond")))
|
||||
(properties
|
||||
'((upstream-name . "fishpond")
|
||||
(updater-extra-native-inputs . ("r-tximportdata"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-abind
|
||||
|
@ -24575,7 +24577,8 @@ objects from the @code{graph} package.")
|
|||
r-singlecellexperiment
|
||||
r-summarizedexperiment
|
||||
r-svmisc))
|
||||
(native-inputs (list r-data-table r-deseq2 r-knitr r-samr r-testthat))
|
||||
(native-inputs (list r-data-table r-deseq2 r-knitr r-samr r-testthat
|
||||
r-tximportdata))
|
||||
(home-page "https://github.com/mikelove/fishpond")
|
||||
(synopsis "Downstream methods and tools for expression data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue