GATKDocs for VariantsToTable
-- Made a previously required argument optional, as this was a long-standing bug
This commit is contained in:
parent
5f794d16a7
commit
c6fb215faf
|
|
@ -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));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue