[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/16: gnu: r-qtl: Move to (gnu packages cran).
From: |
guix-commits |
Subject: |
05/16: gnu: r-qtl: Move to (gnu packages cran). |
Date: |
Fri, 11 Sep 2020 16:04:27 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit 496a52dc410e287aa2bd03e962fdc110cfb2a1cc
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Sep 11 20:08:42 2020 +0200
gnu: r-qtl: Move to (gnu packages cran).
* gnu/packages/bioinformatics.scm (r-qtl): Move from here...
* gnu/packages/cran.scm (r-qtl): ...to here.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
---
gnu/packages/bioinformatics.scm | 25 -------------------------
gnu/packages/cran.scm | 26 ++++++++++++++++++++++++++
2 files changed, 26 insertions(+), 25 deletions(-)
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index cab3df2..ae728f0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8510,31 +8510,6 @@ Stephens (1990).")
throughput genetic sequencing data sets using regression methods.")
(license license:artistic2.0)))
-(define-public r-qtl
- (package
- (name "r-qtl")
- (version "1.46-2")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "mirror://cran/src/contrib/qtl_"
- version ".tar.gz"))
- (sha256
- (base32
- "0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
- (build-system r-build-system)
- (home-page "https://rqtl.org/")
- (synopsis "R package for analyzing QTL experiments in genetics")
- (description "R/qtl is an extension library for the R statistics
-system. It is used to analyze experimental crosses for identifying
-genes contributing to variation in quantitative traits (so-called
-quantitative trait loci, QTLs).
-
-Using a hidden Markov model, R/qtl estimates genetic maps, to
-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")
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 0d10793..980ad17 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1,6 +1,7 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020 Ricardo Wurmus
<rekado@elephly.net>
;;; Copyright © 2015 Andreas Enge <andreas@enge.fr>
+;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl>
;;; Copyright © 2016, 2017 Ben Woodcroft <donttrustben@gmail.com>
;;; Copyright © 2016, 2017, 2018, 2020 Roel Janssen <roel@gnu.org>
;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
@@ -24330,3 +24331,28 @@ are tests where the test statistic is the sum of the
product of a
covariate (usually group indicator) and the scores.")
;; Any version of the GPL
(license license:gpl2+)))
+
+(define-public r-qtl
+ (package
+ (name "r-qtl")
+ (version "1.46-2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append "mirror://cran/src/contrib/qtl_"
+ version ".tar.gz"))
+ (sha256
+ (base32
+ "0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
+ (build-system r-build-system)
+ (home-page "https://rqtl.org/")
+ (synopsis "R package for analyzing QTL experiments in genetics")
+ (description "R/qtl is an extension library for the R statistics
+system. It is used to analyze experimental crosses for identifying
+genes contributing to variation in quantitative traits (so-called
+quantitative trait loci, QTLs).
+
+Using a hidden Markov model, R/qtl estimates genetic maps, to
+identify genotyping errors, and to perform single-QTL and two-QTL,
+two-dimensional genome scans.")
+ (license license:gpl3)))
- branch master updated (7e88ee9 -> 8458490), guix-commits, 2020/09/11
- 01/16: gnu: r-codedepends: Comment why it is in bioconductor.scm., guix-commits, 2020/09/11
- 02/16: gnu: r-adaptivesparsity: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 03/16: gnu: r-diffusionmap: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 07/16: gnu: r-seqminer: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 06/16: gnu: r-qtl2: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 09/16: gnu: r-seurat: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 11/16: gnu: r-diversitree: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 04/16: gnu: r-igraph: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 05/16: gnu: r-qtl: Move to (gnu packages cran).,
guix-commits <=
- 08/16: gnu: r-maldiquant: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 10/16: gnu: r-phangorn: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 12/16: gnu: r-absfiltergsea: Move to (gnu packages cran)., guix-commits, 2020/09/11
- 13/16: gnu: r-qtl: Correct indentation., guix-commits, 2020/09/11
- 14/16: gnu: r-qtl: Use CRAN-URI., guix-commits, 2020/09/11
- 15/16: gnu: r-adaptivesparsity: Fix case of "Gaussian"., guix-commits, 2020/09/11
- 16/16: gnu: r-adaptivesparsity: End build phase on #T., guix-commits, 2020/09/11