* [bug#58511] [PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc: rekado@elephly.net
@ 2022-10-14 11:12 Mădălin Ionel Patrașcu
2022-10-27 13:24 ` bug#58511: [PATCH] gnu: Add r-tximportdata Ricardo Wurmus
0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-10-14 11:12 UTC (permalink / raw)
To: 58511
* 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+)))
+
+
\f
;;; Packages
base-commit: 10d429f2fce321d8285684503094694ec3979865
--
2.37.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-10-27 13:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-14 11:12 [bug#58511] [PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc: rekado@elephly.net Mădălin Ionel Patrașcu
2022-10-27 13:24 ` bug#58511: [PATCH] gnu: Add r-tximportdata Ricardo Wurmus
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.