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

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

[debbugs-tracker] bug#32623: closed ([PATCH] gnu: Add r-abhgenotyper.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32623: closed ([PATCH] gnu: Add r-abhgenotyper.)
Date: Thu, 13 Sep 2018 17:16:02 +0000

Your message dated Thu, 13 Sep 2018 19:14:42 +0200
with message-id <address@hidden>
and subject line [PATCH] gnu: Add r-abhgenotyper.
has caused the debbugs.gnu.org bug report #32623,
regarding [PATCH] gnu: Add r-abhgenotyper.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32623: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32623
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-abhgenotyper. Date: Mon, 3 Sep 2018 15:45:20 +0200
gnu/packages/cran.scm (r-abhgenotyper): New variable.
---
 gnu/packages/cran.scm | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 33dc61593..e72eec369 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -5035,3 +5035,30 @@ practically sound, highly interpretable model.")
 Axon Instruments/Molecular Devices software such as pClamp 10.  Only files
 recorded in gap-free mode are currently supported.")
     (license license:artistic2.0)))
+
+(define-public r-abhgenotyper
+  (package
+    (name "r-abhgenotyper")
+    (version "1.0.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "ABHgenotypeR" version))
+       (sha256
+        (base32 "08cpmnaaxsm5c5bjifnfxdlvg5inrf13biqpcl2yq5zpqjmiki0l"))))
+    (properties `((upstream-name . "ABHgenotypeR")))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-ggplot2" ,r-ggplot2)
+       ("r-reshape2" ,r-reshape2)))
+    (home-page "https://github.com/StefanReuscher/ABHgenotypeR/";)
+    (synopsis "The @code{r-abhgenotyper} helps visualize and manipulate ABH 
genotypes")
+    (description
+     "The @code{r-abhgenotyper} package provides simple imputation, 
error-correction and
+plotting capacities for genotype data.  The @code{r-abhgenotyper} package is
+supposed to serve as an intermediate but independent analysis tool between the
address@hidden GBS} pipeline and the @code{r-qtl} package.  The 
@code{r-abhgenotyper}
+provides functionalities not found in either @code{TASSEL} or @code{r-qtl} in
+addition to visualization of genotypes as \"graphical genotypes\".  Plotting is
+based on @code{r-ggplot2}.")
+    (license license:gpl3)))
-- 
2.17.1




--- End Message ---
--- Begin Message --- Subject: [PATCH] gnu: Add r-abhgenotyper. Date: Thu, 13 Sep 2018 19:14:42 +0200 User-agent: mu4e 1.0; emacs 26.1
I fixed the description and the commit message and pushed it to the
“master” branch with commit 1efcd0f1ea980472659805d91a2bb486b4136f81.

Thanks!

-- 
Ricardo



--- End Message ---

reply via email to

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