[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: Add r-structuralvariantannotation.
From: |
guix-commits |
Subject: |
branch master updated: gnu: Add r-structuralvariantannotation. |
Date: |
Wed, 26 May 2021 10:07:41 -0400 |
This is an automated email from the git hooks/post-receive script.
roelj pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 4e9bb49 gnu: Add r-structuralvariantannotation.
4e9bb49 is described below
commit 4e9bb49688f30724e0459df0457bcdfd783b9b64
Author: Roel Janssen <roel@gnu.org>
AuthorDate: Wed May 26 16:07:17 2021 +0200
gnu: Add r-structuralvariantannotation.
* gnu/packages/bioconductor.scm (r-structuralvariantannotation): New
variable.
---
gnu/packages/bioconductor.scm | 30 ++++++++++++++++++++++++++++++
1 file changed, 30 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 596e80a..8ec7a6d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2600,6 +2600,36 @@ purposes. The package also contains legacy support for
early single-end,
ungapped alignment formats.")
(license license:artistic2.0)))
+(define-public r-structuralvariantannotation
+ (package
+ (name "r-structuralvariantannotation")
+ (version "1.6.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "StructuralVariantAnnotation" version))
+ (sha256
+ (base32
+ "0ff40703iyf5wk77hbqhphfxnzc2wcshnjhvh66c5l0jvj9z8xvc"))))
+ (build-system r-build-system)
+ (propagated-inputs
+ `(("r-biocgenerics" ,r-biocgenerics)
+ ("r-biostrings" ,r-biostrings)
+ ("r-dplyr" ,r-dplyr)
+ ("r-genomicranges" ,r-genomicranges)
+ ("r-rtracklayer" ,r-rtracklayer)
+ ("r-stringr" ,r-stringr)
+ ("r-assertthat" ,r-assertthat)
+ ("r-variantannotation" ,r-variantannotation)))
+ (home-page
"https://bioconductor.org/packages/StructuralVariantAnnotation/")
+ (synopsis "R package designed to simplify structural variant analysis")
+ (description
+ "This package contains useful helper functions for dealing with structural
+variants in VCF format. The packages contains functions for parsing VCFs from
+a number of popular callers as well as functions for dealing with breakpoints
+involving two separate genomic loci encoded as GRanges objects.")
+ (license license:gpl3)))
+
(define-public r-summarizedexperiment
(package
(name "r-summarizedexperiment")
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: Add r-structuralvariantannotation.,
guix-commits <=