[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/54: gnu: r-genomationdata: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
13/54: gnu: r-genomationdata: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:06 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit d7fa9c1ffdbd0ab4d4412020c925be39503ce9e8
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:25:45 2021 +0200
gnu: r-genomationdata: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-genomationdata): Move from here...
* gnu/packages/bioconductor.scm (r-genomationdata): ...to here.
[source]: Replace 'string-append' by 'bioconductor-uri' with 'experiment.
---
gnu/packages/bioconductor.scm | 26 ++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 28 ----------------------------
2 files changed, 26 insertions(+), 28 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b90e315..b25cc8e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1170,6 +1170,32 @@ genomes and gene ID formats, largely based on the UCSC
table browser.")
and visualize the results.")
(license license:gpl3)))
+(define-public r-genomationdata
+ (package
+ (name "r-genomationdata")
+ (version "1.22.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "genomationData" version 'experiment))
+ (sha256
+ (base32
+ "0igjsvfnws3498j65ifniw0kbxfqpfr59rcjddqvq4zsj453fx1g"))))
+ (properties
+ `((upstream-name . "genomationData")))
+ (build-system r-build-system)
+ ;; As this package provides little more than large data files, it doesn't
+ ;; make sense to build substitutes.
+ (arguments `(#:substitutable? #f))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioinformatics.mdc-berlin.de/genomation/")
+ (synopsis "Experimental data for use with the genomation package")
+ (description
+ "This package contains experimental genetic data for use with the
+genomation package. Included are Chip Seq, Methylation and Cage data,
+downloaded from Encode.")
+ (license license:gpl3+)))
+
(define-public r-pasilla
(package
(name "r-pasilla")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cc6e1b1..1b94b62 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8023,34 +8023,6 @@ used to obtain robust estimates of the predominant
fragment length or
characteristic tag shift values in these assays.")
(license license:bsd-3)))
-(define-public r-genomationdata
- (package
- (name "r-genomationdata")
- (version "1.22.0")
- (source (origin
- (method url-fetch)
- ;; We cannot use bioconductor-uri here because this tarball is
- ;; located under "data/annotation/" instead of "bioc/".
- (uri (string-append "https://bioconductor.org/packages/"
- "release/data/experiment/src/contrib/"
- "genomationData_" version ".tar.gz"))
- (sha256
- (base32
- "0igjsvfnws3498j65ifniw0kbxfqpfr59rcjddqvq4zsj453fx1g"))))
- (build-system r-build-system)
- ;; As this package provides little more than large data files, it doesn't
- ;; make sense to build substitutes.
- (arguments `(#:substitutable? #f))
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (home-page "https://bioinformatics.mdc-berlin.de/genomation/")
- (synopsis "Experimental data for use with the genomation package")
- (description
- "This package contains experimental genetic data for use with the
-genomation package. Included are Chip Seq, Methylation and Cage data,
-downloaded from Encode.")
- (license license:gpl3+)))
-
(define-public r-seqlogo
(package
(name "r-seqlogo")
- branch master updated (d2d1f8b -> ec543ba), guix-commits, 2021/05/31
- 02/54: gnu: r-rtracklayer: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 08/54: gnu: r-samr: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 04/54: gnu: r-topgo: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 09/54: gnu: r-impute: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 13/54: gnu: r-genomationdata: Move to (gnu packages bioconductor).,
guix-commits <=
- 11/54: gnu: r-go-db: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 14/54: gnu: r-pcamethods: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 16/54: gnu: r-aroma-light: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 19/54: gnu: r-interactivedisplaybase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 06/54: gnu: r-msnid: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 07/54: gnu: r-msnbase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 05/54: gnu: r-bsgenome: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 03/54: gnu: r-genomicfeatures: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 01/54: gnu: r-genomicalignments: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 12/54: gnu: r-genomation: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31