From 6cc54eb0c5579a359cc26f67edff34c70d6c31c2 Mon Sep 17 00:00:00 2001 From: mgymrek Date: Fri, 10 Oct 2014 13:18:39 -0400 Subject: [PATCH] changing link to download new index --- src/common.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common.cpp b/src/common.cpp index fbcb617..f2a2a32 100644 --- a/src/common.cpp +++ b/src/common.cpp @@ -165,7 +165,7 @@ void CheckIndexVersion() { if (fexists((index_prefix+"strdict.txt").c_str())) { PrintMessageDieOnError("It appears you are using an outdated lobSTR index. Please " \ "use the index for version 3.0.0 or above. You can find the hg19 " \ - "index at http://files.teamerlich.org/lobstr/v3/ref/lobSTR_v3_hg19_resource_bundle.tar.gz", ERROR); + "index at lobstr.teamerlich.org/download.html", ERROR); } }