diff options
author | zimoun <zimon.toutoune@gmail.com> | 2021-05-21 22:25:33 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-05-31 15:34:39 +0200 |
commit | ca1a015777565f1098d56ac3b5873226e50c067d (patch) | |
tree | 21d52f65189ae5ca4be068a1cfeec0014b52c56c /gnu/packages/bioinformatics.scm | |
parent | d2d1f8bfae5bd8b60178141a7199189356fd892e (diff) | |
download | guix-ca1a015777565f1098d56ac3b5873226e50c067d.tar.gz guix-ca1a015777565f1098d56ac3b5873226e50c067d.zip |
gnu: r-genomicalignments: Move to (gnu packages bioconductor).
* gnu/packages/bioinformatics.scm (r-genomicalignments): Move from here...
* gnu/packages/bioconductor.scm (r-genomicalignments): ...to here.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 2a7443314a..ba284759a0 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -7952,39 +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-genomicalignments - (package - (name "r-genomicalignments") - (version "1.26.0") - (source (origin - (method url-fetch) - (uri (bioconductor-uri "GenomicAlignments" version)) - (sha256 - (base32 - "1q95px6s6snsax4ax955zzpdlrwp5liwf70wqq0lrk9mp6lq0hbr")))) - (properties - `((upstream-name . "GenomicAlignments"))) - (build-system r-build-system) - (propagated-inputs - `(("r-biocgenerics" ,r-biocgenerics) - ("r-biocparallel" ,r-biocparallel) - ("r-biostrings" ,r-biostrings) - ("r-genomeinfodb" ,r-genomeinfodb) - ("r-genomicranges" ,r-genomicranges) - ("r-iranges" ,r-iranges) - ("r-rsamtools" ,r-rsamtools) - ("r-s4vectors" ,r-s4vectors) - ("r-summarizedexperiment" ,r-summarizedexperiment))) - (home-page "https://bioconductor.org/packages/GenomicAlignments") - (synopsis "Representation and manipulation of short genomic alignments") - (description - "This package provides efficient containers for storing and manipulating -short genomic alignments (typically obtained by aligning short reads to a -reference genome). This includes read counting, computing the coverage, -junction detection, and working with the nucleotide content of the -alignments.") - (license license:artistic2.0))) - (define-public r-rtracklayer (package (name "r-rtracklayer") |