Make -qq arg hidden for now since it's still very experimental
This commit is contained in:
parent
b46c85e8b4
commit
2c0f073ab1
|
|
@ -211,6 +211,7 @@ public class GATKArgumentCollection {
|
||||||
* Any value greater than zero will be used to recalculate the quantization using that many levels.
|
* Any value greater than zero will be used to recalculate the quantization using that many levels.
|
||||||
* Negative values mean that we should quantize using the recalibration report's quantization level.
|
* Negative values mean that we should quantize using the recalibration report's quantization level.
|
||||||
*/
|
*/
|
||||||
|
@Hidden
|
||||||
@Argument(fullName="quantize_quals", shortName = "qq", doc = "Quantize quality scores to a given number of levels (with -BQSR)", required=false)
|
@Argument(fullName="quantize_quals", shortName = "qq", doc = "Quantize quality scores to a given number of levels (with -BQSR)", required=false)
|
||||||
public int quantizationLevels = 0;
|
public int quantizationLevels = 0;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue