unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#32623] [PATCH] gnu: Add r-abhgenotyper.
@ 2018-09-03 13:45 pimi
  2018-09-13 17:14 ` bug#32623: " Ricardo Wurmus
  0 siblings, 1 reply; 2+ messages in thread
From: pimi @ 2018-09-03 13:45 UTC (permalink / raw)
  To: 32623; +Cc: pimi

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
+@code{TASSEL 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

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

* bug#32623: [PATCH] gnu: Add r-abhgenotyper.
  2018-09-03 13:45 [bug#32623] [PATCH] gnu: Add r-abhgenotyper pimi
@ 2018-09-13 17:14 ` Ricardo Wurmus
  0 siblings, 0 replies; 2+ messages in thread
From: Ricardo Wurmus @ 2018-09-13 17:14 UTC (permalink / raw)
  To: 32623-done

I fixed the description and the commit message and pushed it to the
“master” branch with commit 1efcd0f1ea980472659805d91a2bb486b4136f81.

Thanks!

-- 
Ricardo

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

end of thread, other threads:[~2018-09-13 17:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-09-03 13:45 [bug#32623] [PATCH] gnu: Add r-abhgenotyper pimi
2018-09-13 17:14 ` bug#32623: " 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).