From: "Mădălin Ionel Patrașcu" <madalinionel.patrascu@mdc-berlin.de>
To: 58511@debbugs.gnu.org
Subject: [bug#58511] [PATCH] gnu: Add r-tximportdata. X-Debbugs-Cc: rekado@elephly.net
Date: Fri, 14 Oct 2022 13:12:16 +0200 [thread overview]
Message-ID: <20221014111216.1389-1-madalinionel.patrascu@mdc-berlin.de> (raw)
* 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
next reply other threads:[~2022-10-14 11:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-14 11:12 Mădălin Ionel Patrașcu [this message]
2022-10-27 13:24 ` bug#58511: [PATCH] gnu: Add r-tximportdata 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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221014111216.1389-1-madalinionel.patrascu@mdc-berlin.de \
--to=madalinionel.patrascu@mdc-berlin.de \
--cc=58511@debbugs.gnu.org \
/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 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.