me
/
guix
Archived
1
0
Fork 0

gnu: blasr-libcpp, blasr: Use Web Archived home pages.

* gnu/packages/bioinformatics.scm (blasr-libcpp, blasr)[home-page]:
 Refer to Web Archive.
master
Tobias Geerinckx-Rice 2023-07-09 02:00:05 +02:00
parent a1ae54b10b
commit 6f80e25f35
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 5 additions and 2 deletions

View File

@ -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.")