mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: r-scdd: Add missing input.
* gnu/packages/bioconductor.scm (r-scdd)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-testthat. Change-Id: Ibd0925b94ae82145055a0b2c5d53f38df202b077
This commit is contained in:
parent
d05e09fb61
commit
1ae270f125
1 changed files with 4 additions and 2 deletions
|
@ -17829,7 +17829,9 @@ assumptions.")
|
|||
(sha256
|
||||
(base32
|
||||
"19kz0ivv9qypq7jg33rds5rcjr1mmqd19j3fsj842c5h3bydssph"))))
|
||||
(properties `((upstream-name . "scDD")))
|
||||
(properties
|
||||
'((upstream-name . "scDD")
|
||||
(updater-extra-native-inputs . ("r-testthat"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-arm
|
||||
|
@ -17844,7 +17846,7 @@ assumptions.")
|
|||
r-singlecellexperiment
|
||||
r-summarizedexperiment))
|
||||
(native-inputs
|
||||
(list r-gridextra r-knitr))
|
||||
(list r-gridextra r-knitr r-testthat))
|
||||
(home-page "https://github.com/kdkorthauer/scDD")
|
||||
(synopsis "Mixture modeling of single-cell RNA-seq data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue