bug fix, but important

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@437 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2009-04-15 21:07:20 +00:00
parent feebd8cd55
commit e70aecf518
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ public class SAMDataSource implements SimpleDataSource {
protected static Logger logger = Logger.getLogger(SAMDataSource.class);
// are we set to locus mode or read mode for dividing
private boolean locusMode = false;
private boolean locusMode = true;
// How strict should we be with SAM/BAM parsing?
protected SAMFileReader.ValidationStringency strictness = SAMFileReader.ValidationStringency.STRICT;