gnu: r-dnacopy: Fix home page URL.

* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing
URI scheme.
This commit is contained in:
Ludovic Courtès 2016-03-18 23:00:04 +01:00
parent 6cbc8d5766
commit 5697fdc366
1 changed files with 1 additions and 1 deletions

View File

@ -3952,7 +3952,7 @@ packages.")
(build-system r-build-system) (build-system r-build-system)
(inputs (inputs
`(("gfortran" ,gfortran))) `(("gfortran" ,gfortran)))
(home-page "bioconductor.org/packages/DNAcopy") (home-page "https://bioconductor.org/packages/DNAcopy")
(synopsis "Implementation of a circular binary segmentation algorithm") (synopsis "Implementation of a circular binary segmentation algorithm")
(description "This package implements the circular binary segmentation (CBS) (description "This package implements the circular binary segmentation (CBS)
algorithm to segment DNA copy number data and identify genomic regions with algorithm to segment DNA copy number data and identify genomic regions with