GATKDocs for VariantsToTable

-- Made a previously required argument optional, as this was a long-standing bug
This commit is contained in:
Mark DePristo 2011-08-17 12:02:41 -04:00
parent 5f794d16a7
commit c6fb215faf
1 changed files with 1 additions and 0 deletions

View File

@ -135,6 +135,7 @@ public class VariantsToTable extends RodWalker<Integer, Integer> {
public boolean ALLOW_MISSING_DATA = false;
public void initialize() {
// print out the header
out.println(Utils.join("\t", fieldsToTake));
}