quick update for a change I implemented for Ryan

git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@3519 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
aaron 2010-06-09 17:23:31 +00:00
parent ad98512f6c
commit 4f00e265a8
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ public class VariantRecalibrator extends RodWalker<ExpandingArrayList<VariantDat
private double QUAL_STEP = 0.1;
// TODO: RYAN - remove me, even though this switch is apparently super awesome
private final static boolean AARONS_SUPER_AWESOME_SWITCH = true;
private final static boolean AARONS_SUPER_AWESOME_SWITCH = false;
/////////////////////////////
// Private Member Variables