From afc257c1959b5a5f18604ed3ea36db5cfc68841e Mon Sep 17 00:00:00 2001 From: Ron Levine Date: Sat, 29 Jul 2017 08:30:45 -0400 Subject: [PATCH] Fix VariantsToTable documentation typos --- .../gatk/tools/walkers/variantutils/VariantsToTable.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/gatk-tools-public/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/VariantsToTable.java b/public/gatk-tools-public/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/VariantsToTable.java index 5ecbae794..7e7f731c9 100644 --- a/public/gatk-tools-public/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/VariantsToTable.java +++ b/public/gatk-tools-public/src/main/java/org/broadinstitute/gatk/tools/walkers/variantutils/VariantsToTable.java @@ -98,7 +98,7 @@ import java.util.*; * *

Caveats

* * @@ -181,7 +181,7 @@ public class VariantsToTable extends RodWalker { /** * By default, this tool will write out NA values indicating missing data when it encounters a field without a value in a record. - * If this flag is added to the command, the tool will instead exit with an error if missing data is encountered.. + * If this flag is added to the command, the tool will instead exit with an error if missing data is encountered. */ @Advanced @Argument(fullName="errorIfMissingData", shortName="EMD", doc="If provided, we will require every record to contain every field", required=false)