Changed the short name on the PoolSize cmd line argument
git-svn-id: file:///humgen/gsa-scr1/gsa-engineering/svn_contents/trunk@1560 348d0f76-0448-11de-a6fe-93d51630548a
This commit is contained in:
parent
9d69bd2c84
commit
9c7f456510
|
|
@ -55,7 +55,7 @@ public class VariantEvalWalker extends RefWalker<Integer, Integer> {
|
|||
@Argument(fullName="supressDateInformation", doc="This flag indicates that we want to suppress the date information from the output, so that if can be diff'ed against previous evals.", required=false)
|
||||
public boolean supressDateInformation = false;
|
||||
|
||||
@Argument(fullName = "numPeopleInPool", shortName="S", doc="If using a variant file from a pooled caller, this field provides the number of individuals in each pool", required=false)
|
||||
@Argument(fullName = "numPeopleInPool", shortName="PS", doc="If using a variant file from a pooled caller, this field provides the number of individuals in each pool", required=false)
|
||||
public int numPeopleInPool = 1;
|
||||
|
||||
String analysisFilenameBase = null;
|
||||
|
|
|
|||
Loading…
Reference in New Issue