diff options
author | Pjotr Prins | 2015-12-10 17:51:18 +0300 |
---|---|---|
committer | Pjotr Prins | 2015-12-10 17:51:18 +0300 |
commit | 89a0ae96a1b423061bfa726602d07d3156810f56 (patch) | |
tree | f37b4a91daeccda88165279d86b5203cd1346421 /gn/packages | |
parent | 0a4f0103e14ebcc08105deb99bcac0bc5fc13edf (diff) | |
download | guix-bioinformatics-89a0ae96a1b423061bfa726602d07d3156810f56.tar.gz |
R-qtl moved to Guix repo
Diffstat (limited to 'gn/packages')
-rw-r--r-- | gn/packages/bioinformatics.scm | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/gn/packages/bioinformatics.scm b/gn/packages/bioinformatics.scm index 8197d33..6238dfb 100644 --- a/gn/packages/bioinformatics.scm +++ b/gn/packages/bioinformatics.scm @@ -40,23 +40,3 @@ #:use-module (gnu packages zip) #:use-module (srfi srfi-1)) -(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+))) |