[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: r-biostrings: Move to (gnu packages bioconductor).
From: |
guix-commits |
Subject: |
08/11: gnu: r-biostrings: Move to (gnu packages bioconductor). |
Date: |
Mon, 15 Mar 2021 18:32:42 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit b1a19ab6e28277f0f9c72961be3cf709bd14e6e2
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Mon Mar 15 19:09:02 2021 +0100
gnu: r-biostrings: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-biostrings): Move from here...
* gnu/packages/bioconductor.scm (r-biostrings): ...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 6482d8e..2b7d650 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1686,6 +1686,33 @@ functions for parallel evaluation, tailored to use with
Bioconductor
objects.")
(license (list license:gpl2+ license:gpl3+))))
+(define-public r-biostrings
+ (package
+ (name "r-biostrings")
+ (version "2.58.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "Biostrings" version))
+ (sha256
+ (base32
+ "1rbqhs73mhfr1gi0rx28jiyan7i3hb45ai3jpl1656fnrhgjfxq5"))))
+ (properties
+ `((upstream-name . "Biostrings")))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-crayon" ,r-crayon)
+ ("r-iranges" ,r-iranges)
+ ("r-s4vectors" ,r-s4vectors)
+ ("r-xvector" ,r-xvector)))
+ (home-page "https://bioconductor.org/packages/Biostrings")
+ (synopsis "String objects and algorithms for biological sequences")
+ (description
+ "This package provides memory efficient string containers, string
+matching algorithms, and other utilities, for fast manipulation of large
+biological sequences or sets of sequences.")
+ (license license:artistic2.0)))
+
(define-public r-category
(package
(name "r-category")
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index af3fa36..4152100 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7691,33 +7691,6 @@ including VCF header and contents in RDF and JSON.")
(home-page "https://github.com/vcflib/bio-vcf")
(license license:expat)))
-(define-public r-biostrings
- (package
- (name "r-biostrings")
- (version "2.58.0")
- (source (origin
- (method url-fetch)
- (uri (bioconductor-uri "Biostrings" version))
- (sha256
- (base32
- "1rbqhs73mhfr1gi0rx28jiyan7i3hb45ai3jpl1656fnrhgjfxq5"))))
- (properties
- `((upstream-name . "Biostrings")))
- (build-system r-build-system)
- (propagated-inputs
- `(("r-biocgenerics" ,r-biocgenerics)
- ("r-crayon" ,r-crayon)
- ("r-iranges" ,r-iranges)
- ("r-s4vectors" ,r-s4vectors)
- ("r-xvector" ,r-xvector)))
- (home-page "https://bioconductor.org/packages/Biostrings")
- (synopsis "String objects and algorithms for biological sequences")
- (description
- "This package provides memory efficient string containers, string
-matching algorithms, and other utilities, for fast manipulation of large
-biological sequences or sets of sequences.")
- (license license:artistic2.0)))
-
(define-public r-rsamtools
(package
(name "r-rsamtools")
- branch master updated (74fdd0f -> 8f9fd9b), guix-commits, 2021/03/15
- 01/11: gnu: r-limma: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 02/11: gnu: r-xvector: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 06/11: gnu: r-biomart: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 07/11: gnu: r-biocparallel: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 03/11: gnu: r-genomicranges: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 04/11: gnu: r-biobase: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 05/11: gnu: r-annotationdbi: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 08/11: gnu: r-biostrings: Move to (gnu packages bioconductor).,
guix-commits <=
- 09/11: gnu: r-rsamtools: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15
- 11/11: gnu: r-biocparallel: Build reproducibly., guix-commits, 2021/03/15
- 10/11: gnu: r-delayedarray: Move to (gnu packages bioconductor)., guix-commits, 2021/03/15