GNU bug report logs -
#67544
[PATCH] gnu: Add r-polyester.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67544 in the body.
You can then email your comments to 67544 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
rekado <at> elephly.net, guix-patches <at> gnu.org
:
bug#67544
; Package
guix-patches
.
(Thu, 30 Nov 2023 12:26:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
New bug report received and forwarded. Copy sent to
rekado <at> elephly.net, guix-patches <at> gnu.org
.
(Thu, 30 Nov 2023 12:26:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bioconductor.scm (r-polyester): New variable.
Change-Id: I415089cda3214ec04402fc6f4505fa868414d0e2
---
gnu/packages/bioconductor.scm | 28 ++++++++++++++++++++++++++++
1 file changed, 28 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 7ff364ee55..4f15213481 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -9592,6 +9592,34 @@ (define-public r-piano
set analyses.")
(license license:gpl2+)))
+(define-public r-polyester
+ (package
+ (name "r-polyester")
+ (version "1.38.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "polyester" version))
+ (sha256
+ (base32 "1iycdxj0jhh2faclfzflp2cjc2zmxmhy03avv75h0qg3j5kf35l4"))))
+ (properties `((upstream-name . "polyester")))
+ (build-system r-build-system)
+ (propagated-inputs
+ (list r-biostrings
+ r-iranges
+ r-limma
+ r-logspline
+ r-s4vectors
+ r-zlibbioc))
+ (native-inputs (list r-knitr))
+ (home-page "https://bioconductor.org/packages/polyester")
+ (synopsis "Simulate RNA-seq reads")
+ (description
+ "The polyester package simulates RNA-seq reads from differential expression
+experiments with replicates. The reads can then be aligned and used to perform
+comparisons of methods for differential expression.")
+ (license license:artistic2.0)))
+
(define-public r-powertcr
(package
(name "r-powertcr")
base-commit: c34c3b1c2b1006ebeede016cca578d5f571fc7a8
--
2.41.0
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Mon, 11 Dec 2023 05:31:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de>
:
bug acknowledged by developer.
(Mon, 11 Dec 2023 05:31:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 67544-done <at> debbugs.gnu.org (full text, mbox):
Mădălin Ionel Patrașcu <madalinionel.patrascu <at> mdc-berlin.de> writes:
> * gnu/packages/bioconductor.scm (r-polyester): New variable.
Applied, thanks. Pushed with commit
9535cee6cdf259f898fae043564038f53a809a9e.
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 08 Jan 2024 12:24:07 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 122 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.