GNU bug report logs - #60938
[patch] gnu: Add r-breakpointrdata and r-breakpointr

Previous Next

Package: guix-patches;

Reported by: "MadalinIonel.Patrascu <at> mdc-berlin.de" <MadalinIonel.Patrascu <at> mdc-berlin.de>

Date: Wed, 18 Jan 2023 17:34:02 UTC

Severity: normal

Tags: patch

Done: Ricardo Wurmus <rekado <at> elephly.net>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <60938 <at> debbugs.gnu.org>
Cc: rekado <at> elephly.net
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





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.