[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/54: gnu: r-rcas: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
41/54: gnu: r-rcas: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:17 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 7360dea62449d5c4f5ce897ee8f642090326ebc9
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:26:13 2021 +0200
gnu: r-rcas: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-rcas): Move from here...
* gnu/packages/bioconductor.scm (r-rcas): ...to here.
---
gnu/packages/bioconductor.scm | 49 +++++++++++++++++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 49 -----------------------------------------
2 files changed, 49 insertions(+), 49 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 382e3b6..ca9e15d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3512,6 +3512,55 @@ proteomics packages.")
the graph algorithms contained in the Boost library.")
(license license:artistic2.0)))
+(define-public r-rcas
+ (package
+ (name "r-rcas")
+ (version "1.16.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "RCAS" version))
+ (sha256
+ (base32
+ "0vdxml618vqvf8xyh0zxs307p9zby0cj9dqyiiz625ilyq1hkw2m"))))
+ (properties `((upstream-name . "RCAS")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-biostrings" ,r-biostrings)
+ ("r-bsgenome" ,r-bsgenome)
+ ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
+ ("r-cowplot" ,r-cowplot)
+ ("r-data-table" ,r-data-table)
+ ("r-dt" ,r-dt)
+ ("r-genomation" ,r-genomation)
+ ("r-genomeinfodb" ,r-genomeinfodb)
+ ("r-genomicfeatures" ,r-genomicfeatures)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-ggplot2" ,r-ggplot2)
+ ("r-ggseqlogo" ,r-ggseqlogo)
+ ("r-gprofiler2" ,r-gprofiler2)
+ ("r-iranges" ,r-iranges)
+ ("r-pbapply" ,r-pbapply)
+ ("r-pheatmap" ,r-pheatmap)
+ ("r-plotly" ,r-plotly)
+ ("r-plotrix" ,r-plotrix)
+ ("r-proxy" ,r-proxy)
+ ("r-ranger" ,r-ranger)
+ ("r-rsqlite" ,r-rsqlite)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-rmarkdown" ,r-rmarkdown)
+ ("r-s4vectors" ,r-s4vectors)
+ ("pandoc" ,pandoc)))
+ (native-inputs
+ `(("r-knitr" ,r-knitr)))
+ (synopsis "RNA-centric annotation system")
+ (description
+ "RCAS aims to be a standalone RNA-centric annotation system that provides
+intuitive reports and publication-ready graphics. This package provides the R
+library implementing most of the pipeline's features.")
+ (home-page "https://github.com/BIMSBbioinfo/RCAS")
+ (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 9985414..e9eebd3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8046,55 +8046,6 @@ characteristic tag shift values in these assays.")
secondary structure and comparative analysis in R.")
(license license:gpl3+)))
-(define-public r-rcas
- (package
- (name "r-rcas")
- (version "1.16.0")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "RCAS" version))
- (sha256
- (base32
- "0vdxml618vqvf8xyh0zxs307p9zby0cj9dqyiiz625ilyq1hkw2m"))))
- (properties `((upstream-name . "RCAS")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-biocgenerics" ,r-biocgenerics)
- ("r-biostrings" ,r-biostrings)
- ("r-bsgenome" ,r-bsgenome)
- ("r-bsgenome-hsapiens-ucsc-hg19" ,r-bsgenome-hsapiens-ucsc-hg19)
- ("r-cowplot" ,r-cowplot)
- ("r-data-table" ,r-data-table)
- ("r-dt" ,r-dt)
- ("r-genomation" ,r-genomation)
- ("r-genomeinfodb" ,r-genomeinfodb)
- ("r-genomicfeatures" ,r-genomicfeatures)
- ("r-genomicranges" ,r-genomicranges)
- ("r-ggplot2" ,r-ggplot2)
- ("r-ggseqlogo" ,r-ggseqlogo)
- ("r-gprofiler2" ,r-gprofiler2)
- ("r-iranges" ,r-iranges)
- ("r-pbapply" ,r-pbapply)
- ("r-pheatmap" ,r-pheatmap)
- ("r-plotly" ,r-plotly)
- ("r-plotrix" ,r-plotrix)
- ("r-proxy" ,r-proxy)
- ("r-ranger" ,r-ranger)
- ("r-rsqlite" ,r-rsqlite)
- ("r-rtracklayer" ,r-rtracklayer)
- ("r-rmarkdown" ,r-rmarkdown)
- ("r-s4vectors" ,r-s4vectors)
- ("pandoc" ,pandoc)))
- (native-inputs
- `(("r-knitr" ,r-knitr)))
- (synopsis "RNA-centric annotation system")
- (description
- "RCAS aims to be a standalone RNA-centric annotation system that provides
-intuitive reports and publication-ready graphics. This package provides the R
-library implementing most of the pipeline's features.")
- (home-page "https://github.com/BIMSBbioinfo/RCAS")
- (license license:artistic2.0)))
-
(define-public rcas-web
(package
(name "rcas-web")
- 24/54: gnu: r-gage: Move to (gnu packages bioconductor)., (continued)
- 24/54: gnu: r-gage: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 26/54: gnu: r-genomicfiles: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 27/54: gnu: r-dirichletmultinomial: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 31/54: gnu: r-biovizbase: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 36/54: gnu: r-motifrg: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 39/54: gnu: r-rhtslib: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 23/54: gnu: r-keggrest: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 30/54: gnu: r-vsn: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 35/54: gnu: r-sva: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 38/54: gnu: r-zlibbioc: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 41/54: gnu: r-rcas: Move to (gnu packages bioconductor).,
guix-commits <=
- 44/54: gnu: r-rhdf5filters: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 47/54: gnu: r-chipseq: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 45/54: gnu: r-annotationfilter: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 49/54: gnu: r-copywriter: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 50/54: gnu: r-methylkit: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 53/54: gnu: r-spp: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 52/54: gnu: r-geneoverlap: Move out of experiment section., guix-commits, 2021/05/31
- 37/54: gnu: r-seqlogo: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 40/54: gnu: r-bamsignals: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 54/54: gnu: r-chipseeker: Move out of experiment section., guix-commits, 2021/05/31