mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-anndatar: Add test input.
* gnu/packages/bioinformatics.scm (r-anndatar)[properties]: Record updater-extra-native-inputs. [native-inputs]: Add r-vctrs. Change-Id: I8512c7357cb55006bb65da326fab9d9dcc06606a
This commit is contained in:
parent
fde63a41ff
commit
df78b82672
1 changed files with 5 additions and 2 deletions
|
@ -746,7 +746,9 @@ and utilities for PacBio C++ applications.")
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0sx87i8cb4p08ihgpgflxs0fhkr1kw6lxvky4w766rq7wqy41cgk"))))
|
||||
(properties `((upstream-name . "anndataR")))
|
||||
(properties
|
||||
'((upstream-name . "anndataR")
|
||||
(updater-extra-native-inputs . ("r-vctrs"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-matrix r-r6))
|
||||
(native-inputs
|
||||
|
@ -754,7 +756,8 @@ and utilities for PacBio C++ applications.")
|
|||
r-rhdf5
|
||||
r-seuratobject
|
||||
r-singlecellexperiment
|
||||
r-testthat))
|
||||
r-testthat
|
||||
r-vctrs))
|
||||
(home-page "https://github.com/scverse/anndataR")
|
||||
(synopsis "AnnData interoperability in R")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue