unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#58522] [PATCH] gnu: Add r-fishpond. X-Debbugs-Cc: rekado@elephly.net
@ 2022-10-14 17:01 Mădălin Ionel Patrașcu
  2022-10-27 13:24 ` bug#58522: [PATCH] gnu: Add r-fishpond Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: Mădălin Ionel Patrașcu @ 2022-10-14 17:01 UTC (permalink / raw)
  To: 58522

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#58522: [PATCH] gnu: Add r-fishpond.
  2022-10-14 17:01 [bug#58522] [PATCH] gnu: Add r-fishpond. X-Debbugs-Cc: rekado@elephly.net Mădălin Ionel Patrașcu
@ 2022-10-27 13:24 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2022-10-27 13:24 UTC (permalink / raw)
  To: 58522-done

Applied with minor changes to the description.
Thanks!

-- 
Ricardo




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-10-27 13:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-14 17:01 [bug#58522] [PATCH] gnu: Add r-fishpond. X-Debbugs-Cc: rekado@elephly.net Mădălin Ionel Patrașcu
2022-10-27 13:24 ` bug#58522: [PATCH] gnu: Add r-fishpond Ricardo Wurmus

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).