mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-tcgabiolinks: Add test inputs.
* gnu/packages/bioconductor.scm (r-tcgabiolinks)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-edaseq, r-edger, and r-survminer. Change-Id: I69d7936dbe829103c8fb3d9362d941e607b3166d
This commit is contained in:
parent
a542ac06fa
commit
7bccb2feec
1 changed files with 4 additions and 2 deletions
|
@ -27683,7 +27683,9 @@ estimates, etc.")
|
|||
(uri (bioconductor-uri "TCGAbiolinks" version))
|
||||
(sha256
|
||||
(base32 "0rrk97956kyd17apjm29fxnqjhbh5mllpfr3y4yf3a3ras9chgw4"))))
|
||||
(properties `((upstream-name . "TCGAbiolinks")))
|
||||
(properties
|
||||
'((upstream-name . "TCGAbiolinks")
|
||||
(updater-extra-native-inputs . ("r-edaseq" "r-edger" "r-survminer"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biomart
|
||||
|
@ -27709,7 +27711,7 @@ estimates, etc.")
|
|||
r-tidyr
|
||||
r-xml
|
||||
r-xml2))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-edaseq r-edger r-knitr r-survminer r-testthat))
|
||||
(home-page "https://github.com/BioinformaticsFMRP/TCGAbiolinks")
|
||||
(synopsis "Integrative analysis with GDC data")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue