Skip to content

Commit

Permalink
Changed default sample rate for merging bwts
Browse files Browse the repository at this point in the history
  • Loading branch information
jts committed Nov 19, 2010
1 parent 9b04f8a commit 737df47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SuffixTools/BWTDiskConstruction.cpp
Expand Up @@ -21,7 +21,7 @@

// Definitions and structures
static const bool USE_GZ = false;
static const int BWT_SAMPLE_RATE = 128;//1024;
static const int BWT_SAMPLE_RATE = 256;

struct MergeItem
{
Expand Down

0 comments on commit 737df47

Please sign in to comment.