mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-alevinqc: Add test input.
* gnu/packages/bioconductor.scm (r-alevinqc)[native-inputs]: Add r-biocstyle. [properties]: Record updater-extra-native-inputs. Change-Id: I271c16a8823022dc27bf1a851def881d21d493d4
This commit is contained in:
parent
fb0e8ec133
commit
56e314260d
1 changed files with 4 additions and 2 deletions
|
@ -4915,7 +4915,9 @@ paired or unpaired study designs.")
|
|||
(sha256
|
||||
(base32
|
||||
"01ywmi5k5y9x5ds743qhzjn975gc5h8k0csxs78pnrjng5ij2gh2"))))
|
||||
(properties `((upstream-name . "alevinQC")))
|
||||
(properties
|
||||
'((upstream-name . "alevinQC")
|
||||
(updater-extra-native-inputs . ("r-biocstyle"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-cowplot
|
||||
|
@ -4930,7 +4932,7 @@ paired or unpaired study designs.")
|
|||
r-shiny
|
||||
r-shinydashboard
|
||||
r-tximport))
|
||||
(native-inputs (list r-knitr r-testthat))
|
||||
(native-inputs (list r-biocstyle r-knitr r-testthat))
|
||||
(home-page "https://github.com/csoneson/alevinQC")
|
||||
(synopsis "Quality control reports for @code{Alevin} output")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue