Re-un-final'ed BAQ.MAG as it was pre r5469.
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@5472 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
18fac5112c
commit
b2b8a4f19f
|
|
@ -39,7 +39,7 @@ import org.broadinstitute.sting.utils.sam.ReadUtils;
|
||||||
*/
|
*/
|
||||||
public class BAQ {
|
public class BAQ {
|
||||||
private final static boolean DEBUG = false;
|
private final static boolean DEBUG = false;
|
||||||
public final static int MAG = 1; // todo -- remove me for performance testing only
|
public static int MAG = 1; // todo -- remove me for performance testing only
|
||||||
|
|
||||||
public enum CalculationMode {
|
public enum CalculationMode {
|
||||||
OFF, // don't apply a BAQ at all, the default
|
OFF, // don't apply a BAQ at all, the default
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue