mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: Add r-rbgl.
* gnu/packages/bioinformatics.scm (r-rbgl): New variable.
This commit is contained in:
parent
e816377374
commit
cd9e7dc7ff
1 changed files with 21 additions and 0 deletions
|
@ -5199,6 +5199,27 @@ (define-public r-annotationforge
|
||||||
databases. Packages produced are intended to be used with AnnotationDbi.")
|
databases. Packages produced are intended to be used with AnnotationDbi.")
|
||||||
(license license:artistic2.0)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
|
(define-public r-rbgl
|
||||||
|
(package
|
||||||
|
(name "r-rbgl")
|
||||||
|
(version "1.48.1")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (bioconductor-uri "RBGL" version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1k82zcbyfx3p9hc8r0hwq73krbhakjan8fgbfr6w8z2crfkv3zmz"))))
|
||||||
|
(properties `((upstream-name . "RBGL")))
|
||||||
|
(build-system r-build-system)
|
||||||
|
(propagated-inputs `(("r-graph" ,r-graph)))
|
||||||
|
(home-page "http://www.bioconductor.org/packages/RBGL")
|
||||||
|
(synopsis "Interface to the Boost graph library")
|
||||||
|
(description
|
||||||
|
"This package provides a fairly extensive and comprehensive interface to
|
||||||
|
the graph algorithms contained in the Boost library.")
|
||||||
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-public vsearch
|
(define-public vsearch
|
||||||
(package
|
(package
|
||||||
(name "vsearch")
|
(name "vsearch")
|
||||||
|
|
Loading…
Reference in a new issue