guix-commits
[Top][All Lists]
Advanced

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

13/16: gnu: r-qtl: Correct indentation.


From: guix-commits
Subject: 13/16: gnu: r-qtl: Correct indentation.
Date: Fri, 11 Sep 2020 16:04:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 1e8bfc4cf9ab405f679e94719020871b04da377d
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Sep 11 22:00:30 2020 +0200

    gnu: r-qtl: Correct indentation.
    
    * gnu/packages/cran.scm (r-qtl): Reindent.
    [description]: Reflow paragraphs.
---
 gnu/packages/cran.scm | 45 ++++++++++++++++++++++-----------------------
 1 file changed, 22 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 16983c8..ee265ff 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24334,29 +24334,28 @@ covariate (usually group indicator) and the scores.")
     (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)))
+  (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



reply via email to

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