[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#60938] [PATCH 1/2] gnu: Add r-breakpointrdata.
From: |
Mădălin Ionel Patrașcu |
Subject: |
[bug#60938] [PATCH 1/2] gnu: Add r-breakpointrdata. |
Date: |
Wed, 18 Jan 2023 18:35:58 +0100 |
* 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