diff --git a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCaller.java b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCaller.java index a8996c980..1dfec494a 100644 --- a/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCaller.java +++ b/protected/java/src/org/broadinstitute/sting/gatk/walkers/haplotypecaller/HaplotypeCaller.java @@ -270,7 +270,7 @@ public class HaplotypeCaller extends ActiveRegionWalker implem private CachingIndexedFastaSequenceFile referenceReader; // reference base padding size - private static final int REFERENCE_PADDING = 900; + private static final int REFERENCE_PADDING = 400; // bases with quality less than or equal to this value are trimmed off the tails of the reads private static final byte MIN_TAIL_QUALITY = 20;