Fixed typo in argument description

This commit is contained in:
Mark DePristo 2011-10-06 08:16:25 -07:00
parent 190be4d0d1
commit daa5999489
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ public class VariantsToTable extends RodWalker<Integer, Integer> {
/**
* By default, this tool throws a UserException when it encounters a field without a value in some record. This
* is generally useful when you mistype -F CHRMO, so that you get a friendly warning about CHRMO not being
* is generally useful when you mistype -F CHROM, so that you get a friendly warning about CHRMO not being
* found before the tool runs through 40M 1000G records. However, in some cases you genuinely want to allow such
* fields (e.g., AC not being calculated for filtered records, if included). When provided, this argument
* will cause VariantsToTable to write out NA values for missing fields instead of throwing an error.