[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/54: gnu: r-seqpattern: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
10/54: gnu: r-seqpattern: Move to (gnu packages bioconductor). |
Date: |
Mon, 31 May 2021 10:03:05 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 14fb30e5f68dca6c64508ce3accce0a1722b118b
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri May 21 22:25:42 2021 +0200
gnu: r-seqpattern: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-seqpattern): Move from here...
* gnu/packages/bioconductor.scm (r-seqpattern): ...to here.
---
gnu/packages/bioconductor.scm | 27 +++++++++++++++++++++++++++
gnu/packages/bioinformatics.scm | 27 ---------------------------
2 files changed, 27 insertions(+), 27 deletions(-)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index a4a3fbd..d386f22 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2860,6 +2860,33 @@ differential expression analysis, RNAseq data and
related problems.")
;; Any version of the LGPL
(license license:lgpl3+)))
+(define-public r-seqpattern
+ (package
+ (name "r-seqpattern")
+ (version "1.22.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "seqPattern" version))
+ (sha256
+ (base32
+ "0j68n6fwycxjpl2va5fw7ajb123n758s2pq997d76dysxghmrlzq"))))
+ (properties
+ `((upstream-name . "seqPattern")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biostrings" ,r-biostrings)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-iranges" ,r-iranges)
+ ("r-kernsmooth" ,r-kernsmooth)
+ ("r-plotrix" ,r-plotrix)))
+ (home-page "https://bioconductor.org/packages/seqPattern")
+ (synopsis "Visualising oligonucleotide patterns and motif occurrences")
+ (description
+ "This package provides tools to visualize oligonucleotide patterns and
+sequence motif occurrences across a large set of sequences centred at a common
+reference point and sorted by a user defined feature.")
+ (license license:gpl3+)))
+
(define-public r-shortread
(package
(name "r-shortread")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 566370c..fa57451 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7976,33 +7976,6 @@ including VCF header and contents in RDF and JSON.")
information about the latest version of the Gene Ontologies.")
(license license:artistic2.0)))
-(define-public r-seqpattern
- (package
- (name "r-seqpattern")
- (version "1.22.0")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "seqPattern" version))
- (sha256
- (base32
- "0j68n6fwycxjpl2va5fw7ajb123n758s2pq997d76dysxghmrlzq"))))
- (properties
- `((upstream-name . "seqPattern")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-biostrings" ,r-biostrings)
- ("r-genomicranges" ,r-genomicranges)
- ("r-iranges" ,r-iranges)
- ("r-kernsmooth" ,r-kernsmooth)
- ("r-plotrix" ,r-plotrix)))
- (home-page "https://bioconductor.org/packages/seqPattern")
- (synopsis "Visualising oligonucleotide patterns and motif occurrences")
- (description
- "This package provides tools to visualize oligonucleotide patterns and
-sequence motif occurrences across a large set of sequences centred at a common
-reference point and sorted by a user defined feature.")
- (license license:gpl3+)))
-
(define-public r-spp
(package
(name "r-spp")
- 11/54: gnu: r-go-db: Move to (gnu packages bioconductor)., (continued)
- 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
- 10/54: gnu: r-seqpattern: Move to (gnu packages bioconductor).,
guix-commits <=
- 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
- 22/54: gnu: r-affy: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 32/54: gnu: r-ensembldb: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31
- 33/54: gnu: r-mzr: Move to (gnu packages bioconductor)., guix-commits, 2021/05/31