aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/bioinformatics.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:05 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-09 02:00:10 +0200
commit6f80e25f357abc59d79e83a62d7c703ab487758d (patch)
tree25bc33bc7929cf1796c5f7e2ef6cfe551e387849 /gnu/packages/bioinformatics.scm
parenta1ae54b10bfd19722a37f10c2aa729a4df36367f (diff)
downloadguix-6f80e25f357abc59d79e83a62d7c703ab487758d.tar
guix-6f80e25f357abc59d79e83a62d7c703ab487758d.tar.gz
gnu: blasr-libcpp, blasr: Use Web Archived home pages.
* gnu/packages/bioinformatics.scm (blasr-libcpp, blasr)[home-page]: Refer to Web Archive.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r--gnu/packages/bioinformatics.scm7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 341731d066..851be23deb 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -1254,7 +1254,9 @@ libblasr_gtest_dep = cpp.find_library('gtest_main', dirs : '~a')\n"
(list boost hdf5 htslib pbbam zlib))
(native-inputs
(list googletest pkg-config))
- (home-page "https://github.com/PacificBiosciences/blasr_libcpp")
+ (home-page
+ (string-append "https://web.archive.org/web/20201106122415/"
+ "https://github.com/PacificBiosciences/blasr_libcpp"))
(synopsis "Library for analyzing PacBio genomic sequences")
(description
"This package provides three libraries used by applications for analyzing
@@ -1296,7 +1298,8 @@ cpp.find_library('hdf5_cpp', dirs : '~a'), "
(list boost blasr-libcpp hdf5 pbbam zlib))
(native-inputs
(list pkg-config))
- (home-page "https://github.com/PacificBiosciences/blasr")
+ (home-page (string-append "https://web.archive.org/web/20210813124135/"
+ "https://github.com/PacificBiosciences/blasr"))
(synopsis "PacBio long read aligner")
(description
"Blasr is a genomic sequence aligner for processing PacBio long reads.")