mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: Add r-basilisk.
* gnu/packages/bioconductor.scm (r-basilisk): New variable.
This commit is contained in:
parent
dde984ca19
commit
fd5372e40f
1 changed files with 28 additions and 0 deletions
|
@ -13986,6 +13986,34 @@ (define-public r-basilisk-utils
|
|||
package, primarily for creation of the underlying Conda instance.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-basilisk
|
||||
(package
|
||||
(name "r-basilisk")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "basilisk" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nzbn3f2jzvg3a3m6wgksi4cvamqas2q7csdk4ir7fcirasf536v"))))
|
||||
(properties `((upstream-name . "basilisk")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-basilisk-utils" ,r-basilisk-utils)
|
||||
("r-dir-expiry" ,r-dir-expiry)
|
||||
("r-reticulate" ,r-reticulate)))
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
(home-page "https://bioconductor.org/packages/basilisk")
|
||||
(synopsis "Freeze Python dependencies inside Bioconductor packages")
|
||||
(description
|
||||
"This package installs a self-contained Conda instance that is managed by
|
||||
the R/Bioconductor installation machinery. This aims to provide a consistent
|
||||
Python environment that can be used reliably by Bioconductor packages.
|
||||
Functions are also provided to enable smooth interoperability of multiple
|
||||
Python environments in a single R session.")
|
||||
(license license:gpl3)))
|
||||
|
||||
(define-public r-tximeta
|
||||
(package
|
||||
(name "r-tximeta")
|
||||
|
|
Loading…
Reference in a new issue