diff options
author | Ludovic Courtès <ludo@gnu.org> | 2016-03-18 23:00:04 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2016-03-18 23:00:04 +0100 |
commit | 5697fdc36681f1c4727651beb99324d7a3363367 (patch) | |
tree | b270cbc77a58f606c97c9611eccf5ead25bb26a7 | |
parent | 6cbc8d5766e11cb6fefb7c281d6d6854793a3d24 (diff) | |
download | patches-5697fdc36681f1c4727651beb99324d7a3363367.tar patches-5697fdc36681f1c4727651beb99324d7a3363367.tar.gz |
gnu: r-dnacopy: Fix home page URL.
* gnu/packages/bioinformatics.scm (r-dnacopy)[home-page]: Add missing
URI scheme.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 60a01492d1..281bd1f427 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |