[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/54: gnu: r-genomicfeatures: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
03/54: gnu: r-genomicfeatures: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:02 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit f78ff75b411fe2d07b18529db6fb1da231bcc4cd
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:25:35 2021 +0200
gnu: r-genomicfeatures: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-genomicfeatures): Move from here...
* gnu/packages/bioconductor.scm (r-genomicfeatures): ...to here.
---
gnu/packages/bioconductor.scm | 43 +++++++++++++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 43 -----------------------------------------
2 files changed, 43 insertions(+), 43 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 2b3c232..7278bb4 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2313,6 +2313,49 @@ junction detection, and working with the nucleotide
content of the
alignments.")
(license license:artistic2.0)))
+(define-public r-genomicfeatures
+ (package
+ (name "r-genomicfeatures")
+ (version "1.42.3")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "GenomicFeatures" version))
+ (sha256
+ (base32
+ "168cf261vmcqffbzassavkjyz9a2af0l6zbv9cagkx6b1qrk3siz"))))
+ (properties
+ `((upstream-name . "GenomicFeatures")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-annotationdbi" ,r-annotationdbi)
+ ("r-biobase" ,r-biobase)
+ ("r-biocgenerics" ,r-biocgenerics)
+ ("r-biomart" ,r-biomart)
+ ("r-biostrings" ,r-biostrings)
+ ("r-dbi" ,r-dbi)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-iranges" ,r-iranges)
+ ("r-rcurl" ,r-rcurl)
+ ("r-rsqlite" ,r-rsqlite)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-xvector" ,r-xvector)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (home-page "https://bioconductor.org/packages/GenomicFeatures")
+ (synopsis "Tools for working with transcript centric annotations")
+ (description
+ "This package provides a set of tools and methods for making and
+manipulating transcript centric annotations. With these tools the user can
+easily download the genomic locations of the transcripts, exons and cds of a
+given organism, from either the UCSC Genome Browser or a BioMart
+database (more sources will be supported in the future). This information is
+then stored in a local database that keeps track of the relationship between
+transcripts, exons, cds and genes. Flexible methods are provided for
+extracting the desired features in a convenient format.")
+ (license license:artistic2.0)))
+
(define-public r-genomicranges
(package
(name "r-genomicranges")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index f9d2d12..fe81959 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7952,49 +7952,6 @@ including VCF header and contents in RDF and JSON.")
(home-page "https://github.com/vcflib/bio-vcf")
(license license:expat)))
-(define-public r-genomicfeatures
- (package
- (name "r-genomicfeatures")
- (version "1.42.3")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "GenomicFeatures" version))
- (sha256
- (base32
- "168cf261vmcqffbzassavkjyz9a2af0l6zbv9cagkx6b1qrk3siz"))))
- (properties
- `((upstream-name . "GenomicFeatures")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-annotationdbi" ,r-annotationdbi)
- ("r-biobase" ,r-biobase)
- ("r-biocgenerics" ,r-biocgenerics)
- ("r-biomart" ,r-biomart)
- ("r-biostrings" ,r-biostrings)
- ("r-dbi" ,r-dbi)
- ("r-genomeinfodb" ,r-genomeinfodb)
- ("r-genomicranges" ,r-genomicranges)
- ("r-iranges" ,r-iranges)
- ("r-rcurl" ,r-rcurl)
- ("r-rsqlite" ,r-rsqlite)
- ("r-rtracklayer" ,r-rtracklayer)
- ("r-s4vectors" ,r-s4vectors)
- ("r-xvector" ,r-xvector)))
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (home-page "https://bioconductor.org/packages/GenomicFeatures")
- (synopsis "Tools for working with transcript centric annotations")
- (description
- "This package provides a set of tools and methods for making and
-manipulating transcript centric annotations. With these tools the user can
-easily download the genomic locations of the transcripts, exons and cds of a
-given organism, from either the UCSC Genome Browser or a BioMart
-database (more sources will be supported in the future). This information is
-then stored in a local database that keeps track of the relationship between
-transcripts, exons, cds and genes. Flexible methods are provided for
-extracting the desired features in a convenient format.")
- (license license:artistic2.0)))
-
(define-public r-go-db
(package
(name "r-go-db")
- 04/54: gnu: r-topgo: Move to (gnu packages bioconductor)., (continued)
- 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, 2021/05/31
- 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 <=
- 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
- 10/54: gnu: r-seqpattern: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 15/54: gnu: r-mzid: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 18/54: gnu: r-edaseq: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 17/54: gnu: r-deseq: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 29/54: gnu: r-affyio: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 21/54: gnu: r-fastseg: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 25/54: gnu: r-complexheatmap: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 20/54: gnu: r-annotationhub: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31