mergeInfoWithMaxAC is no longer hidden in CombineVariants

This commit is contained in:
Mark DePristo 2012-07-08 11:41:47 -04:00
parent 66aee613e2
commit 63f5262e45
1 changed files with 0 additions and 1 deletions

View File

@ -166,7 +166,6 @@ public class CombineVariants extends RodWalker<Integer, Integer> {
@Argument(fullName="suppressCommandLineHeader", shortName="suppressCommandLineHeader", doc="If true, do not output the header containing the command line used", required=false)
public boolean SUPPRESS_COMMAND_LINE_HEADER = false;
@Hidden
@Argument(fullName="mergeInfoWithMaxAC", shortName="mergeInfoWithMaxAC", doc="If true, when VCF records overlap the info field is taken from the one with the max AC instead of only taking the fields which are identical across the overlapping records.", required=false)
public boolean MERGE_INFO_WITH_MAX_AC = false;