diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 21:22:43 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-17 23:09:24 +0100 |
commit | 486a08004850f30d8d860640c41378b130288f21 (patch) | |
tree | 983c3e3684c9a56b20584dbded1396fd5635731f | |
parent | 3ee2070241448908115d9f951dce3666b23c9f15 (diff) | |
download | guix-486a08004850f30d8d860640c41378b130288f21.tar.gz guix-486a08004850f30d8d860640c41378b130288f21.zip |
gnu: r-htqpcr: Update home page.
* gnu/packages/bioconductor.scm (r-htqpcr)[home-page]: Use HTTPS link
to PDF paper.
-rw-r--r-- | gnu/packages/bioconductor.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index 4320bc0bb5..bc7623eac3 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -6630,7 +6630,8 @@ measures.") ("r-gplots" ,r-gplots) ("r-limma" ,r-limma) ("r-rcolorbrewer" ,r-rcolorbrewer))) - (home-page "http://www.ebi.ac.uk/bertone/software") + (home-page (string-append "https://www.ebi.ac.uk/sites/ebi.ac.uk/files/" + "groups/bertone/software/HTqPCR.pdf")) (synopsis "Automated analysis of high-throughput qPCR data") (description "Analysis of Ct values from high throughput quantitative real-time |