emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56166: closed ([PATCH] gnu: Add r-awfisher.)


From: GNU bug Tracking System
Subject: bug#56166: closed ([PATCH] gnu: Add r-awfisher.)
Date: Mon, 31 Oct 2022 20:39:01 +0000

Your message dated Mon, 31 Oct 2022 21:37:34 +0100
with message-id <87r0ynd903.fsf@elephly.net>
and subject line [PATCH] gnu: Add r-awfisher.
has caused the debbugs.gnu.org bug report #56166,
regarding [PATCH] gnu: Add r-awfisher.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56166: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56166
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-awfisher. Date: Thu, 23 Jun 2022 14:26:29 +0200
* gnu/packages/bioconductor.scm (r-awfisher): New variable.
---
 gnu/packages/bioconductor.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 1e87b190c2..072fc0f42a 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -2029,6 +2029,29 @@ (define-public r-aneufinder
 sequencing data.")
     (license license:artistic2.0)))
 
+(define-public r-awfisher
+  (package
+    (name "r-awfisher")
+    (version "1.10.0")
+    (source (origin
+              (method url-fetch)
+              (uri (bioconductor-uri "AWFisher" version))
+              (sha256
+               (base32
+                "050k7w0azsl7rqx2pxgccihzc2q8pmh6fyy4gib2d42sdyijr2n1"))))
+    (properties `((upstream-name . "AWFisher")))
+    (build-system r-build-system)
+    (propagated-inputs
+     (list r-edger
+           r-limma))
+    (native-inputs (list r-knitr))
+    (home-page "https://bioconductor.org/packages/AWFisher";)
+    (synopsis  "Fast computing for adaptively weighted fisher's method")
+    (description
+     "This package is an implementation of the adaptively weighted fisher's
+method, including fast p-value computing, variability index, and 
meta-pattern.")
+    (license license:gpl3)))
+
 (define-public r-biocversion
   (package
     (name "r-biocversion")

base-commit: e74fa406e1043547242a8b67ab9907fea7aae6b9
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-awfisher. Date: Mon, 31 Oct 2022 21:37:34 +0100 User-agent: mu4e 1.8.9; emacs 28.1
Applied, thanks!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]