unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: zimoun <zimon.toutoune@gmail.com>
To: 48575@debbugs.gnu.org.
Cc: zimoun <zimon.toutoune@gmail.com>
Subject: [bug#48575] [PATCH 41/50] gnu: r-rcas: Move to (gnu packages bioconductor).
Date: Fri, 21 May 2021 22:26:13 +0200	[thread overview]
Message-ID: <20210521202622.26591-41-zimon.toutoune@gmail.com> (raw)
In-Reply-To: <20210521202622.26591-1-zimon.toutoune@gmail.com>

* 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 99607ba564..1d38fa1c05 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3307,6 +3307,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 ae61ecae74..a1ee4b6772 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7872,55 +7872,6 @@ including VCF header and contents in RDF and JSON.")
 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")
-- 
2.30.1





  parent reply	other threads:[~2021-05-21 20:31 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-21 20:21 [bug#48575] [PATCH 00/50] Move some Bioconductor packages to (gnu packages bioconductor) zimoun
2021-05-21 20:25 ` [bug#48575] [PATCH 01/50] gnu: r-genomicalignments: Move " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 02/50] gnu: r-rtracklayer: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 03/50] gnu: r-genomicfeatures: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 04/50] gnu: r-topgo: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 05/50] gnu: r-bsgenome: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 06/50] gnu: r-msnid: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 07/50] gnu: r-msnbase: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 08/50] gnu: r-samr: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 09/50] gnu: r-impute: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 10/50] gnu: r-seqpattern: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 11/50] gnu: r-go-db: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 12/50] gnu: r-genomation: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 13/50] gnu: r-genomationdata: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 14/50] gnu: r-pcamethods: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 15/50] gnu: r-mzid: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 16/50] gnu: r-aroma-light: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 17/50] gnu: r-deseq: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 18/50] gnu: r-edaseq: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 19/50] gnu: r-interactivedisplaybase: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 20/50] gnu: r-annotationhub: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 21/50] gnu: r-fastseg: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 22/50] gnu: r-affy: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 23/50] gnu: r-keggrest: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 24/50] gnu: r-gage: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 25/50] gnu: r-complexheatmap: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 26/50] gnu: r-genomicfiles: " zimoun
2021-05-21 20:25   ` [bug#48575] [PATCH 27/50] gnu: r-dirichletmultinomial: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 28/50] gnu: r-organismdbi: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 29/50] gnu: r-affyio: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 30/50] gnu: r-vsn: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 31/50] gnu: r-biovizbase: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 32/50] gnu: r-ensembldb: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 33/50] gnu: r-mzr: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 34/50] gnu: r-protgenerics: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 35/50] gnu: r-sva: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 36/50] gnu: r-motifrg: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 37/50] gnu: r-seqlogo: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 38/50] gnu: r-zlibbioc: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 39/50] gnu: r-rhtslib: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 40/50] gnu: r-bamsignals: " zimoun
2021-05-21 20:26   ` zimoun [this message]
2021-05-21 20:26   ` [bug#48575] [PATCH 42/50] gnu: r-mutationalpatterns: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 43/50] gnu: r-tximport: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 44/50] gnu: r-rhdf5filters: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 45/50] gnu: r-annotationfilter: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 46/50] gnu: r-rhdf5: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 47/50] gnu: r-chipseq: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 48/50] gnu: r-copyhelper: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 49/50] gnu: r-copywriter: " zimoun
2021-05-21 20:26   ` [bug#48575] [PATCH 50/50] gnu: r-methylkit: " zimoun
2021-05-31 14:07 ` bug#48575: [PATCH 00/50] Move some Bioconductor packages " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210521202622.26591-41-zimon.toutoune@gmail.com \
    --to=zimon.toutoune@gmail.com \
    --cc=48575@debbugs.gnu.org. \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).