Forgot to update MD5's due to new Exact AF model in pool caller (all changes legit, minor QUAL/QD/SB differences). Fixed bug in VariantsToTable from previous commit

This commit is contained in:
Guillermo del Angel 2012-05-14 14:01:29 -04:00
parent ae26f0fe14
commit 04d691f04a
1 changed files with 1 additions and 1 deletions

View File

@ -118,7 +118,7 @@ public class VariantsToTable extends RodWalker<Integer, Integer> {
public List<String> fieldsToTake = new ArrayList<String>();
@Hidden
@Argument(fullName="genotypeFields", shortName="GF", doc="The name of each field to capture for output in the table", required=true)
@Argument(fullName="genotypeFields", shortName="GF", doc="The name of each genotype field to capture for output in the table", required=false)
public List<String> genotypeFieldsToTake = new ArrayList<String>();
/**