GNU bug report logs -
#58522
[PATCH] gnu: Add r-fishpond. X-Debbugs-Cc: rekado@elephly.net
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 58522 in the body.
You can then email your comments to 58522 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#58522
; Package
guix-patches
.
(Fri, 14 Oct 2022 17:03: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
guix-patches <at> gnu.org
.
(Fri, 14 Oct 2022 17:03: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-fishpond): New variable.
---
gnu/packages/bioconductor.scm | 38 +++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index ecb60f2e24..c23520175d 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -14522,6 +14522,44 @@ (define-public r-rgraphviz
objects from the @code{graph} package.")
(license license:epl1.0)))
+(define-public r-fishpond
+ (package
+ (name "r-fishpond")
+ (version "2.2.0")
+ (source (origin
+ (method url-fetch)
+ (uri (bioconductor-uri "fishpond" version))
+ (sha256
+ (base32
+ "0svp4yh0srhzbbxy1grchzdd9yzchadjp3d2sy2n9xpwxzpkhrym"))))
+ (properties `((upstream-name . "fishpond")))
+ (build-system r-build-system)
+ (inputs (list zlib))
+ (propagated-inputs
+ (list r-abind
+ r-genomicranges
+ r-gtools
+ r-iranges
+ r-jsonlite
+ r-matrix
+ r-matrixstats
+ r-qvalue
+ r-rcpp
+ r-s4vectors
+ r-singlecellexperiment
+ r-summarizedexperiment
+ r-svmisc))
+ (native-inputs (list r-knitr))
+ (home-page "https://github.com/mikelove/fishpond")
+ (synopsis "Downstream methods and tools for expression data")
+ (description
+ "The @code{fishpond} package contains methods for differential transcript
+and gene expression analysis of RNA-seq data using inferential replicates for
+uncertainty of abundance quantification, as generated by Gibbs sampling or
+bootstrap sampling. Also the package contains a number of utilities for working
+with @code{Salmon} and @code{Alevin} quantification files.")
+ (license license:gpl2)))
+
(define-public r-fithic
(package
(name "r-fithic")
base-commit: 10d429f2fce321d8285684503094694ec3979865
--
2.37.3
Reply sent
to
Ricardo Wurmus <rekado <at> elephly.net>
:
You have taken responsibility.
(Thu, 27 Oct 2022 13:26:02 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.
(Thu, 27 Oct 2022 13:26:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 58522-done <at> debbugs.gnu.org (full text, mbox):
Applied with minor changes to the description.
Thanks!
--
Ricardo
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 25 Nov 2022 12:24:08 GMT)
Full text and
rfc822 format available.
This bug report was last modified 2 years and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.