Class CollectF1R2CountsArgumentCollection
java.lang.Object
org.broadinstitute.hellbender.tools.walkers.readorientation.CollectF1R2CountsArgumentCollection
-
Field Details
-
MIN_MEDIAN_MQ_LONG_NAME
- See Also:
-
MIN_BASE_QUALITY_LONG_NAME
- See Also:
-
MAX_DEPTH_LONG_NAME
- See Also:
-
minMedianMapQual
@Argument(fullName="f1r2-median-mq", doc="skip sites with median mapping quality below this value", optional=true) public int minMedianMapQual -
minBaseQuality
@Argument(fullName="f1r2-min-bq", doc="exclude bases below this quality from pileup", optional=true) public int minBaseQuality -
maxDepth
@Argument(fullName="f1r2-max-depth", doc="sites with depth higher than this value will be grouped", optional=true) public int maxDepth
-
-
Constructor Details
-
CollectF1R2CountsArgumentCollection
public CollectF1R2CountsArgumentCollection()
-