fixing typo in VariantsToTable docs

This commit is contained in:
Ryan Poplin 2011-10-17 15:56:02 -04:00
parent 589df6b7cf
commit 1e6794c539
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,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 CHROM, 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 CHROM 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.