diff --git a/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/HaplotypeCallerArgumentCollection.java b/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/HaplotypeCallerArgumentCollection.java index 224e3c640dc..ca09a661a61 100644 --- a/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/HaplotypeCallerArgumentCollection.java +++ b/src/main/java/org/broadinstitute/hellbender/tools/walkers/haplotypecaller/HaplotypeCallerArgumentCollection.java @@ -264,7 +264,7 @@ public enum FlowMode { MIN_BASE_QUALITY_SCORE_SHORT_NAME, "0", FILTER_ALLELES, "true", FILTER_ALLELES_SOR_THRESHOLD, "3", - FLOW_ASSEMBLY_COLLAPSE_HMER_SIZE_LONG_NAME, "12", + FLOW_ASSEMBLY_COLLAPSE_HMER_SIZE_LONG_NAME, "20", OVERRIDE_FRAGMENT_SOFTCLIP_CHECK_LONG_NAME, "true", FlowBasedAlignmentArgumentCollection.FLOW_LIKELIHOOD_PARALLEL_THREADS_LONG_NAME, "2", FlowBasedAlignmentArgumentCollection.FLOW_LIKELIHOOD_OPTIMIZED_COMP_LONG_NAME, "true",