Fixed an NA12878 Knowledgebase test, and made the RDQ option for BQSR binning hidden
This commit is contained in:
parent
ab247e7570
commit
19af5724c5
|
|
@ -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