GNU bug report logs -
#60938
[patch] gnu: Add r-breakpointrdata and r-breakpointr
Previous Next
Full log
Message #8 received at 60938 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-breakpointrdata): New variable.
---
gnu/packages/bioconductor.scm | 20 ++++++++++++++++++++
1 file changed, 20 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ca236bcf75..27f8111982 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1291,6 +1291,26 @@ (define-public r-biscuiteerdata
biscuiteer.")
(license license:gpl3)))
+(define-public r-breakpointrdata
+ (package
+ (name "r-breakpointrdata")
+ (version "1.16.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "breakpointRdata" version 'experiment))
+ (sha256
+ (base32
+ "0f23i4ynb4vgn22c3d2l64z92rzv3qnwd4j8qyvalklrxkwilhfn"))))
+ (properties `((upstream-name . "breakpointRdata")))
+ (build-system r-build-system)
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/daewoooo/breakpointRdata")
+ (synopsis "Strand-seq data for demonstration purposes")
+ (description
+ "This packpage is a collection of Strand-seq data. The main pupose is to
+demonstrate functionalities of breakpointR package.")
+ (license license:expat)))
+
(define-public r-celldex
(package
(name "r-celldex")
base-commit: f088763356e88c4911ee933fdafcad6ed66a7aa3
--
2.39.1
This bug report was last modified 2 years and 120 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.