Skip to content

Commit

Permalink
changing link to download new index
Browse files Browse the repository at this point in the history
  • Loading branch information
mgymrek committed Oct 10, 2014
1 parent 4059dfa commit 6cc54eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 6cc54eb

Please sign in to comment.