mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: Add r-voltronstore.
* gnu/packages/bioinformatics.scm (r-voltronstore): New variable. Change-Id: Iebeb6fd970aa1dc1a862f4ff4f628b1d8e2fe2d0
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user