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:
parent
ae26f0fe14
commit
04d691f04a
|
|
@ -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>();
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue