summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2026-03-17 21:00:46 +0100
committerRicardo Wurmus <rekado@elephly.net>2026-03-18 08:11:57 +0100
commit9b6548fc6edd2cb37ab12d74ab3ef338fb0f3b3c (patch)
treee0294c648f4191d9248dfda34e98f03b95b8fb48
parent2463a0f81543c6cbd0a401a7c3ff67001acea4ba (diff)
gnu: Add r-voltronstore.
* gnu/packages/bioinformatics.scm (r-voltronstore): New variable. Change-Id: Iebeb6fd970aa1dc1a862f4ff4f628b1d8e2fe2d0
-rw-r--r--gnu/packages/bioinformatics.scm36
1 files changed, 36 insertions, 0 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b51774b9f59..59920058409 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -22768,6 +22768,42 @@ transcriptional derivatives and visualization of the resulting velocity
patterns.")
(license license:gpl3))))
+(define-public r-voltronstore
+ (let ((commit "781a75ae73571a3a20387cdbf647f23184324a84")
+ (revision "1"))
+ (package
+ (name "r-voltronstore")
+ (version (git-version "0.1.1" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/BIMSBbioinfo/VoltRonStore")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "19mi9bbvym6jzlqnyqmzy83fv3wpj1jxq2np71j77l7sf1788cwj"))))
+ (properties `((upstream-name . "VoltRonStore")))
+ (build-system r-build-system)
+ (propagated-inputs (list r-basilisk
+ r-biocparallel
+ r-bpcells
+ r-delayedarray
+ r-delayedmatrixstats
+ r-hdf5array
+ r-hdf5dataframe
+ r-imagearray
+ r-rarr
+ r-reticulate
+ r-rhdf5
+ r-zarrdataframe))
+ (home-page "https://github.com/BIMSBbioinfo/VoltRonStore")
+ (synopsis "On-Disk support and dependancies for VoltRon")
+ (description
+ "@code{VoltRonStore} provides utilities and a resource for installing
+dependencies of @code{VoltRon} package.")
+ (license license:expat))))
+
(define-public r-voltron
(package
(name "r-voltron")