[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/13: gnu: r-preprocesscore: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
02/13: gnu: r-preprocesscore: Move to (gnu packages bioconductor). |
Date: |
Mon, 14 Sep 2020 15:39:49 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 6e0ab26f31cd2bb7e5d88719d3d458df68c1963e
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon Sep 14 18:07:37 2020 +0200
gnu: r-preprocesscore: Move to (gnu packages bioconductor).
* gnu/packages/statistics.scm (r-preprocesscore): Move from here...
* gnu/packages/bioconductor.scm (r-preprocesscore): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioconductor.scm | 21 +++++++++++++++++++++
gnu/packages/statistics.scm | 21 ---------------------
2 files changed, 21 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 5505747..1f4ae81 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -8287,3 +8287,24 @@ a Python script to demultiplex libraries and trim off
primer sequences. With
a standard alignment software the required bam files can be then be
generated.")
(license license:gpl3+)))
+
+(define-public r-preprocesscore
+ (package
+ (name "r-preprocesscore")
+ (version "1.50.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "preprocessCore" version))
+ (sha256
+ (base32
+ "0q1406kswylc8zn5k3wyd34p34pfzbhi1ggkfsh30zcjp6adbwjl"))))
+ (properties
+ `((upstream-name . "preprocessCore")))
+ (build-system r-build-system)
+ (home-page "https://github.com/bmbolstad/preprocessCore")
+ (synopsis "Collection of pre-processing functions")
+ (description
+ "This package provides a library of core pre-processing and normalization
+routines.")
+ (license license:lgpl2.0+)))
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index 82f97c6..03a63e6 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -4079,27 +4079,6 @@ framework, with additional code inspection and report
generation tools.")
hierarchical clustering dendrograms.")
(license license:gpl2+)))
-(define-public r-preprocesscore
- (package
- (name "r-preprocesscore")
- (version "1.50.0")
- (source
- (origin
- (method url-fetch)
- (uri (bioconductor-uri "preprocessCore" version))
- (sha256
- (base32
- "0q1406kswylc8zn5k3wyd34p34pfzbhi1ggkfsh30zcjp6adbwjl"))))
- (properties
- `((upstream-name . "preprocessCore")))
- (build-system r-build-system)
- (home-page "https://github.com/bmbolstad/preprocessCore")
- (synopsis "Collection of pre-processing functions")
- (description
- "This package provides a library of core pre-processing and normalization
-routines.")
- (license license:lgpl2.0+)))
-
(define-public r-fastcluster
(package
(name "r-fastcluster")
- branch master updated (62881be -> 3159fcf), guix-commits, 2020/09/14
- 01/13: gnu: r-fourcseq: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 02/13: gnu: r-preprocesscore: Move to (gnu packages bioconductor).,
guix-commits <=
- 03/13: gnu: r-rgraphviz: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 04/13: gnu: r-delayedmatrixstats: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 05/13: gnu: r-scran: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 06/13: gnu: r-scater: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 09/13: gnu: r-rhdf5lib: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 07/13: gnu: r-singlecellexperiment: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 08/13: gnu: r-beachmat: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 11/13: gnu: r-hitc: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 12/13: gnu: r-fithic: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14
- 10/13: gnu: r-hdf5array: Move to (gnu packages bioconductor)., guix-commits, 2020/09/14