-stratIntervals is optional

This commit is contained in:
Mark DePristo 2011-11-10 13:27:32 -05:00
parent 67b022c34b
commit dd1810140f
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class VariantEvalWalker extends RodWalker<Integer, Integer> implements Tr
/** /**
* File containing tribble-readable features for the IntervalStratificiation * File containing tribble-readable features for the IntervalStratificiation
*/ */
@Input(fullName="stratIntervals", shortName="stratIntervals", doc="File containing tribble-readable features for the IntervalStratificiation", required=true) @Input(fullName="stratIntervals", shortName="stratIntervals", doc="File containing tribble-readable features for the IntervalStratificiation", required=false)
protected IntervalBinding<Feature> intervalsFile = null; protected IntervalBinding<Feature> intervalsFile = null;
// Variables // Variables