mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-seqarray: Add test input.
* gnu/packages/bioconductor.scm (r-seqarray)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-digest. Change-Id: If09c5a6fef540a928b32f0319f06eae8e9a76aeb
This commit is contained in:
parent
4137861fff
commit
92c9fd7cb1
1 changed files with 4 additions and 2 deletions
|
@ -13298,7 +13298,9 @@ single-cell RNA-seq.")
|
|||
(sha256
|
||||
(base32
|
||||
"14hbhsxh47qaxikwp537aw9hkhg1jnm15w0ycjmajpg2wx1fl4ak"))))
|
||||
(properties `((upstream-name . "SeqArray")))
|
||||
(properties
|
||||
'((upstream-name . "SeqArray")
|
||||
(updater-extra-native-inputs . ("r-digest"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biostrings
|
||||
r-gdsfmt
|
||||
|
@ -13307,7 +13309,7 @@ single-cell RNA-seq.")
|
|||
r-iranges
|
||||
r-s4vectors))
|
||||
(native-inputs
|
||||
(list r-biocgenerics r-knitr r-runit r-variantannotation))
|
||||
(list r-biocgenerics r-digest r-knitr r-runit r-variantannotation))
|
||||
(home-page "https://github.com/zhengxwen/SeqArray")
|
||||
(synopsis
|
||||
"Data management of large-scale whole-genome sequence variant calls")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue