unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: <60938@debbugs.gnu.org>
Cc: rekado@elephly.net
Subject: [bug#60938] [PATCH 1/2] gnu: Add r-breakpointrdata.
Date: Wed, 18 Jan 2023 18:35:58 +0100	[thread overview]
Message-ID: <20230118173559.73235-1-madalinionel.patrascu@mdc-berlin.de> (raw)
In-Reply-To: <2098d8d186584816ab54d4bf0fae811b@mdc-berlin.de>

* 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





  reply	other threads:[~2023-01-18 17:37 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-18 17:33 [bug#60938] [patch] gnu: Add r-breakpointrdata and r-breakpointr MadalinIonel.Patrascu
2023-01-18 17:35 ` Mădălin Ionel Patrașcu [this message]
2023-01-18 17:35   ` [bug#60938] [PATCH 2/2] gnu: Add r-breakpointr Mădălin Ionel Patrașcu
2023-01-18 21:46     ` bug#60938: " Ricardo Wurmus

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230118173559.73235-1-madalinionel.patrascu@mdc-berlin.de \
    --to=madalinionel.patrascu@mdc-berlin.de \
    --cc=60938@debbugs.gnu.org \
    --cc=rekado@elephly.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).