gnu: r-dnacopy: Fix home page URL.
* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing URI scheme.
This commit is contained in:
parent
6cbc8d5766
commit
5697fdc366
|
@ -3952,7 +3952,7 @@ packages.")
|
|||
(build-system r-build-system)
|
||||
(inputs
|
||||
`(("gfortran" ,gfortran)))
|
||||
(home-page "bioconductor.org/packages/DNAcopy")
|
||||
(home-page "https://bioconductor.org/packages/DNAcopy")
|
||||
(synopsis "Implementation of a circular binary segmentation algorithm")
|
||||
(description "This package implements the circular binary segmentation (CBS)
|
||||
algorithm to segment DNA copy number data and identify genomic regions with
|
||||
|
|
Loading…
Reference in New Issue