Minor change: make the --dontUseSoftClippedBases @Advanced instead of @Hidden
This commit is contained in:
parent
fa65716fe9
commit
4d69af189e
|
|
@ -459,7 +459,7 @@ public class HaplotypeCaller extends ActiveRegionWalker<List<VariantContext>, In
|
|||
@Argument(fullName="debugGraphTransformations", shortName="debugGraphTransformations", doc="If specified, we will write DOT formatted graph files out of the assembler for only this graph size", required = false)
|
||||
protected boolean debugGraphTransformations = false;
|
||||
|
||||
@Hidden
|
||||
@Advanced
|
||||
@Argument(fullName="dontUseSoftClippedBases", shortName="dontUseSoftClippedBases", doc="If specified, we will not analyze soft clipped bases in the reads", required = false)
|
||||
protected boolean dontUseSoftClippedBases = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue