changed default value for failure output
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@880 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
7e7c83ddca
commit
a1218ef508
|
|
@ -75,8 +75,8 @@ public class SomaticMutationWalker extends LocusWalker<Integer, Integer> {
|
|||
public int MIN_MUTANT_SUM = 100;
|
||||
|
||||
|
||||
@Argument(fullName = "output_failures", required = false, doc="produce output for failed sites")
|
||||
public boolean OUTPUT_FAILURES = false;
|
||||
// @Argument(fullName = "output_failures", required = false, doc="produce output for failed sites")
|
||||
public boolean OUTPUT_FAILURES = true;
|
||||
|
||||
|
||||
public boolean bedOutput = true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue