minor fix in VariantEval docs

This commit is contained in:
Ryan Poplin 2011-08-19 11:01:04 -04:00
parent 198955f752
commit 0f25167efd
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ public class VariantEvalWalker extends RodWalker<Integer, Integer> implements Tr
protected DbsnpArgumentCollection dbsnp = new DbsnpArgumentCollection();
// Help arguments
@Argument(fullName="list", shortName="ls", doc="List the available eval modules and exit")
@Argument(fullName="list", shortName="ls", doc="List the available eval modules and exit", required=false)
protected Boolean LIST = false;
// Partitioning the data arguments