guix-commits
[Top][All Lists]
Advanced

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

01/06: gnu: Add r-bqtl.


From: guix-commits
Subject: 01/06: gnu: Add r-bqtl.
Date: Mon, 25 Mar 2019 09:00:40 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit bffb58269f986f12091db55471cc2064736ff139
Author: Ricardo Wurmus <address@hidden>
Date:   Mon Mar 25 13:40:31 2019 +0100

    gnu: Add r-bqtl.
    
    * gnu/packages/cran.scm (r-bqtl): New variable.
---
 gnu/packages/cran.scm | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 1556d56..2e4eb5c 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12506,3 +12506,23 @@ markers).  The main functions are: @code{haplo.em()}, 
@code{haplo.glm()},
 @code{haplo.score()}, and @code{haplo.power()}; all of which have detailed
 examples in the vignette.")
     (license license:gpl2+)))
+
+(define-public r-bqtl
+  (package
+    (name "r-bqtl")
+    (version "1.0-32")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (cran-uri "bqtl" version))
+       (sha256
+        (base32
+         "0jjqgsm9fmvz5nkgz608xfljjpmaf4rs4f7kxvpqn4b1l9s5lhci"))))
+    (build-system r-build-system)
+    (native-inputs `(("gfortran" ,gfortran)))
+    (home-page "http://famprevmed.ucsd.edu/faculty/cberry/bqtl/";)
+    (synopsis "Bayesian QTL mapping toolkit")
+    (description
+     "This is a QTL mapping toolkit for inbred crosses and recombinant inbred
+lines.  It includes maximum likelihood and Bayesian tools.")
+    (license license:gpl2+)))



reply via email to

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