From 9c7f45651038aed871c5f625fca2042bcfa1e227 Mon Sep 17 00:00:00 2001 From: chartl Date: Wed, 9 Sep 2009 15:53:22 +0000 Subject: [PATCH] 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 --- .../playground/gatk/walkers/varianteval/VariantEvalWalker.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/src/org/broadinstitute/sting/playground/gatk/walkers/varianteval/VariantEvalWalker.java b/java/src/org/broadinstitute/sting/playground/gatk/walkers/varianteval/VariantEvalWalker.java index 59465ed4e..e22aa896d 100755 --- a/java/src/org/broadinstitute/sting/playground/gatk/walkers/varianteval/VariantEvalWalker.java +++ b/java/src/org/broadinstitute/sting/playground/gatk/walkers/varianteval/VariantEvalWalker.java @@ -55,7 +55,7 @@ public class VariantEvalWalker extends RefWalker { @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;