Merge pull request #1190 from broadinstitute/mf_makeRDQHidden
Fixed an NA12878 Knowledgebase test, and made the RDQ option for BQSR…
This commit is contained in:
commit
84006a629b
|
|
@ -352,7 +352,7 @@ public class GATKArgumentCollection {
|
|||
* probability space to the nearest bin. When roundDown = true, the value is rounded to the nearest bin
|
||||
* that is smaller than the current bin.
|
||||
*/
|
||||
@Advanced
|
||||
@Hidden
|
||||
@Argument(fullName="round_down_quantized", shortName = "RDQ", doc = "Round quals down to nearest quantized qual", required=false, exclusiveOf="quantize_quals")
|
||||
public boolean roundDown = false;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue