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

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

bug#38489: closed ([PATCH] gnu: Add r-qtl2.)


From: GNU bug Tracking System
Subject: bug#38489: closed ([PATCH] gnu: Add r-qtl2.)
Date: Tue, 10 Dec 2019 11:14:02 +0000

Your message dated Tue, 10 Dec 2019 13:12:59 +0200
with message-id <20191210111259.GA8302@E5400>
and subject line Re: [bug#38489] [PATCH] gnu: Add r-qtl2.
has caused the debbugs.gnu.org bug report #38489,
regarding [PATCH] gnu: Add r-qtl2.
to be marked as done.

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


-- 
38489: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38489
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add r-qtl2. Date: Wed, 4 Dec 2019 10:57:35 +0200
* gnu/packages/bioinformatics.scm (r-qtl2): New variable.
---
 gnu/packages/bioinformatics.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index b0d070b4e7..522cde959e 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8239,6 +8239,35 @@ identify genotyping errors, and to perform single-QTL 
and two-QTL,
 two-dimensional genome scans.")
   (license license:gpl3)))
 
+(define-public r-qtl2
+  (package
+    (name "r-qtl2")
+    (version "0.20")
+    (source (origin
+      (method git-fetch)
+      ;; Not yet available in cran.
+      (uri (git-reference
+             (url "https://github.com/rqtl/qtl2.git";)
+             (commit version)))
+      (file-name (git-file-name name version))
+      (sha256
+       (base32 "0l1asr28q25jzbwrbg5490962sg3y4sjrd0qf09p78ws1aq8vfs0"))))
+    (build-system r-build-system)
+    (propagated-inputs
+     `(("r-data-table" ,r-data-table)
+       ("r-jsonlite" ,r-jsonlite)
+       ("r-rcpp" ,r-rcpp)
+       ("r-rcppeigen" ,r-rcppeigen)
+       ("r-rsqlite" ,r-rsqlite)
+       ("r-yaml" ,r-yaml)))
+    (home-page "https://kbroman.org/qtl2/";)
+    (synopsis
+     "QTL analysis software for high-dimensional data and complex cross 
designs")
+    (description
+     "R/qtl2 (aka qtl2) is a reimplementation of the QTL analysis software
+R/qtl, to better handle high-dimensional data and complex cross designs.")
+    (license license:gpl3)))
+
 (define-public r-zlibbioc
   (package
     (name "r-zlibbioc")
-- 
2.24.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#38489] [PATCH] gnu: Add r-qtl2. Date: Tue, 10 Dec 2019 13:12:59 +0200 User-agent: Mutt/1.12.2 (2019-09-21)
Thanks. Patch pushed.


-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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