gnu: r-qtl: Correct indentation.
* gnu/packages/cran.scm (r-qtl): Reindent. [description]: Reflow paragraphs.
This commit is contained in:
		
							parent
							
								
									d4e2ec1b8a
								
							
						
					
					
						commit
						1e8bfc4cf9
					
				
					 1 changed files with 21 additions and 22 deletions
				
			
		| 
						 | 
					@ -24334,29 +24334,28 @@ covariate (usually group indicator) and the scores.")
 | 
				
			||||||
    (license license:gpl2+)))
 | 
					    (license license:gpl2+)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public r-qtl
 | 
					(define-public r-qtl
 | 
				
			||||||
 (package
 | 
					  (package
 | 
				
			||||||
  (name "r-qtl")
 | 
					    (name "r-qtl")
 | 
				
			||||||
  (version "1.46-2")
 | 
					    (version "1.46-2")
 | 
				
			||||||
  (source
 | 
					    (source
 | 
				
			||||||
   (origin
 | 
					     (origin
 | 
				
			||||||
    (method url-fetch)
 | 
					       (method url-fetch)
 | 
				
			||||||
    (uri (string-append "mirror://cran/src/contrib/qtl_"
 | 
					       (uri (string-append "mirror://cran/src/contrib/qtl_"
 | 
				
			||||||
                        version ".tar.gz"))
 | 
					                           version ".tar.gz"))
 | 
				
			||||||
    (sha256
 | 
					       (sha256
 | 
				
			||||||
     (base32
 | 
					        (base32
 | 
				
			||||||
      "0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
 | 
					         "0rbwcnvyy96gq1dsgpxx03pv423qya26h6ws5y0blj3blfdmj83a"))))
 | 
				
			||||||
  (build-system r-build-system)
 | 
					    (build-system r-build-system)
 | 
				
			||||||
  (home-page "https://rqtl.org/")
 | 
					    (home-page "https://rqtl.org/")
 | 
				
			||||||
  (synopsis "R package for analyzing QTL experiments in genetics")
 | 
					    (synopsis "R package for analyzing QTL experiments in genetics")
 | 
				
			||||||
  (description "R/qtl is an extension library for the R statistics
 | 
					    (description "R/qtl is an extension library for the R statistics system.
 | 
				
			||||||
system.  It is used to analyze experimental crosses for identifying
 | 
					It is used to analyze experimental crosses for identifying genes contributing
 | 
				
			||||||
genes contributing to variation in quantitative traits (so-called
 | 
					to variation in quantitative traits (so-called quantitative trait loci, QTLs).
 | 
				
			||||||
quantitative trait loci, QTLs).
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
Using a hidden Markov model, R/qtl estimates genetic maps, to
 | 
					Using a hidden Markov model, R/qtl estimates genetic maps, to identify
 | 
				
			||||||
identify genotyping errors, and to perform single-QTL and two-QTL,
 | 
					genotyping errors, and to perform single-QTL and two-QTL, two-dimensional
 | 
				
			||||||
two-dimensional genome scans.")
 | 
					genome scans.")
 | 
				
			||||||
  (license license:gpl3)))
 | 
					    (license license:gpl3)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public r-qtl2
 | 
					(define-public r-qtl2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue