mergeInfoWithMaxAC is no longer hidden in CombineVariants
This commit is contained in:
parent
66aee613e2
commit
63f5262e45
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue