From 0839c75c8d6e94a146496d756388e49db06baaf0 Mon Sep 17 00:00:00 2001 From: Eric Banks Date: Mon, 31 Oct 2011 21:49:27 -0400 Subject: [PATCH] More minor fixes to docs --- .../sting/gatk/walkers/variantutils/VariantsToTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToTable.java b/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToTable.java index c29cfc323..454909634 100755 --- a/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToTable.java +++ b/public/java/src/org/broadinstitute/sting/gatk/walkers/variantutils/VariantsToTable.java @@ -66,7 +66,7 @@ import java.util.*; * *

Output

*

- * A table delimited file containing the values of the requested fields in the VCF file + * A tab-delimited file containing the values of the requested fields in the VCF file *

* *

Examples

@@ -106,7 +106,7 @@ public class VariantsToTable extends RodWalker { /** * By default this tool only emits values for fields where the FILTER field is either PASS or . (unfiltered). - * Throwing this flag will cause $WalkerName to emit values regardless of the FILTER field value. + * Throwing this flag will cause VariantsToTable to emit values regardless of the FILTER field value. */ @Advanced @Argument(fullName="showFiltered", shortName="raw", doc="If provided, field values from filtered records will be included in the output", required=false)