GNU bug report logs - #58511
[PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc: rekado@elephly.net

Previous Next

Package: guix-patches;

Reported by: Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>

Date: Fri, 14 Oct 2022 11:13: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: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ricardo Wurmus <rekado <at> elephly.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#58511: closed ([PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc:
 rekado <at> elephly.net)
Date: Thu, 27 Oct 2022 13:25:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 27 Oct 2022 15:24:10 +0200
with message-id <87bkpxielk.fsf <at> elephly.net>
and subject line [PATCH] gnu: Add r-tximportdata.
has caused the debbugs.gnu.org bug report #58511,
regarding [PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc: rekado <at> elephly.net
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
58511: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58511
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Mădălin Ionel Patrașcu
 <madalinionel.patrascu <at> mdc-berlin.de>
To: <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc: rekado <at> elephly.net
Date: Fri, 14 Oct 2022 13:12:16 +0200
* gnu/packages/bioconductor.scm (r-tximportdata): New variable.
---
 gnu/packages/bioconductor.scm | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ecb60f2e24..bfb773672b 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1605,6 +1605,30 @@ (define-public r-tcgabiolinksgui-data
 TCGAbiolinksGUI package.")
     (license license:gpl3)))
 
+(define-public r-tximportdata
+  (package
+    (name "r-tximportdata")
+    (version "1.24.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "tximportData" version
+                                     'experiment))
+              (sha256
+               (base32
+                "0mgbwpybg2xd6x1ijrflmjh5w63qz6ylnzszbbyp437n618m7riy"))))
+    (properties `((upstream-name . "tximportData")))
+    (build-system r-build-system)
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/tximportData")
+    (synopsis "Data for the tximport package")
+    (description
+     "This package provides the output of running various transcript abundance
+quantifiers on a set of 6 RNA-seq samples from the GEUVADIS project.  The
+quantifiers were @code{Cufflinks}, @code{RSEM}, @code{kallisto}, @code{Salmon}
+and @code{Sailfish}.  @code{alevin} example output is also included.")
+    (license license:gpl2+)))
+
+
 
 ;;; Packages
 

base-commit: 10d429f2fce321d8285684503094694ec3979865
-- 
2.37.3



[Message part 3 (message/rfc822, inline)]
From: Ricardo Wurmus <rekado <at> elephly.net>
To: 58511-done <at> debbugs.gnu.org
Subject: [PATCH] gnu: Add r-tximportdata.
Date: Thu, 27 Oct 2022 15:24:10 +0200
Applied with minor changes to the description.  Thanks!

-- 
Ricardo


This bug report was last modified 2 years and 205 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.