[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#47010] [PATCH 05/10] gnu: r-rbgl: Move to (gnu packages bioconducto
From: |
zimoun |
Subject: |
[bug#47010] [PATCH 05/10] gnu: r-rbgl: Move to (gnu packages bioconductor). |
Date: |
Mon, 8 Mar 2021 18:57:58 +0100 |
* gnu/packages/bioinformatics.scm (r-rbgl): Move from here...
* gnu/packages/bioconductor.scm (r-rbgl): ...to here.
---
gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 23 -----------------------
2 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 706b87b207..0a9dc4f9ba 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1650,6 +1650,29 @@ high-throughput sequencing experiments.")
the Human Protein Atlas project.")
(license license:artistic2.0)))
+(define-public r-rbgl
+ (package
+ (name "r-rbgl")
+ (version "1.66.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "RBGL" version))
+ (sha256
+ (base32
+ "016vyzgixb3gjpzi21rbs6ngnnqcxr77krwjjf1ldnzzj8vqrqsz"))))
+ (properties `((upstream-name . "RBGL")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-bh" ,r-bh)
+ ("r-graph" ,r-graph)))
+ (home-page "https://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 r-regioner
(package
(name "r-regioner")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 3212641af9..0f96ffc02e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7385,29 +7385,6 @@ includes software to
")
(license license:cc0))))
-(define-public r-rbgl
- (package
- (name "r-rbgl")
- (version "1.66.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "RBGL" version))
- (sha256
- (base32
- "016vyzgixb3gjpzi21rbs6ngnnqcxr77krwjjf1ldnzzj8vqrqsz"))))
- (properties `((upstream-name . "RBGL")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-bh" ,r-bh)
- ("r-graph" ,r-graph)))
- (home-page "https://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 r-gseabase
(package
(name "r-gseabase")
--
2.30.1
- [bug#47010] [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 01/10] gnu: r-genefilter: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 05/10] gnu: r-rbgl: Move to (gnu packages bioconductor).,
zimoun <=
- [bug#47010] [PATCH 06/10] gnu: r-gseabase: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 09/10] gnu: r-shortread: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 04/10] gnu: r-annotationforge: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 03/10] gnu: r-dexseq: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 02/10] gnu: r-deseq2: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 07/10] gnu: r-category: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 08/10] gnu: r-gostats: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- [bug#47010] [PATCH 10/10] gnu: r-systempiper: Move to (gnu packages bioconductor)., zimoun, 2021/03/08
- bug#47010: [PATCH 00/10] Move some Bioconductor packages to (gnu packages bioconductor)., Ricardo Wurmus, 2021/03/12