From af73db617738ff3e4c85cb370f485b208d6be15c Mon Sep 17 00:00:00 2001 From: Jared Simpson Date: Mon, 12 Nov 2018 09:52:08 -0500 Subject: [PATCH] Update README Update sparsehash url --- src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/README b/src/README index aff8a252..3d268b30 100644 --- a/src/README +++ b/src/README @@ -12,7 +12,7 @@ http://bioinformatics.oxfordjournals.org/cgi/content/abstract/26/12/i367 Compiling SGA SGA dependencies: - -google sparse hash library (http://code.google.com/p/google-sparsehash/) + -google sparse hash library (https://github.com/sparsehash/sparsehash) -the bamtools library (https://github.com/pezmaster31/bamtools) -zlib (http://www.zlib.net/) -(optional but suggested) the jemalloc memory allocator (http://www.canonware.com/jemalloc/download.html)