unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: Add r-qtl.
@ 2015-09-17 14:18 Pjotr Prins
  2015-09-17 17:18 ` Mathieu Lirzin
  0 siblings, 1 reply; 11+ messages in thread
From: Pjotr Prins @ 2015-09-17 14:18 UTC (permalink / raw)
  To: guix-devel

* gnu/packages/bioinformatics.scm (r-qtl): New variable.
---
 gnu/packages/bioinformatics.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index a13fd7a..cc6a418 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -28,6 +28,7 @@
   #:use-module (guix build-system perl)
   #:use-module (guix build-system python)
   #:use-module (guix build-system ruby)
+  #:use-module (guix build-system r)
   #:use-module (guix build-system trivial)
   #:use-module (gnu packages)
   #:use-module (gnu packages algebra)
@@ -2700,3 +2701,24 @@ position for indels.  Bio-locus allows users to store this chr+pos or
 chr+pos+alt information in a database.")
     (home-page "https://github.com/pjotrp/bio-locus")
     (license license:expat)))
+
+(define-public r-qtl
+  (package
+    (name "r-qtl")
+    (version "1.37-11")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (string-append
+              "mirror://cran/src/contrib/qtl_"
+              version ".tar.gz"))
+        (sha256
+          (base32
+           "0h20d36mww7ljp51pfs66xq33yq4b4fwq9nsh02dpmfhlaxgx1xi"))))
+    (build-system r-build-system)
+    (home-page "http://www.rqtl.org")
+    (synopsis "Tools for Analyzing QTL Experiments")
+    (description "Bio-statistics library for analysis of experimental
+crosses to identify genes (called quantitative trait loci, QTLs)
+contributing to variation in quantitative traits.")
+    (license license:gpl3+)))
-- 
2.4.3

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

end of thread, other threads:[~2015-09-21  5:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-17 14:18 [PATCH] gnu: Add r-qtl Pjotr Prins
2015-09-17 17:18 ` Mathieu Lirzin
2015-09-18  9:23   ` Pjotr Prins
2015-09-18  9:50     ` Ludovic Courtès
2015-09-18 11:51       ` Pjotr Prins
2015-09-18 14:08         ` Andreas Enge
2015-09-18 16:15           ` Pjotr Prins
2015-09-18 16:56             ` Andreas Enge
2015-09-19  0:52               ` Pjotr Prins
2015-09-20 16:52                 ` Ludovic Courtès
2015-09-21  5:17                   ` Pjotr Prins

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).