Updated docs to tell users not to use PCR indel error modeling for PCR free data.
This commit is contained in:
parent
5bbad75402
commit
d6992d1263
|
|
@ -475,6 +475,7 @@ public class HaplotypeCaller extends ActiveRegionWalker<List<VariantContext>, In
|
||||||
/**
|
/**
|
||||||
* Which PCR indel error model should we use when calculating likelihoods? If NONE is selected, then the default base
|
* Which PCR indel error model should we use when calculating likelihoods? If NONE is selected, then the default base
|
||||||
* insertion/deletion qualities will be used (or taken from the read if generated through the BaseRecalibrator).
|
* insertion/deletion qualities will be used (or taken from the read if generated through the BaseRecalibrator).
|
||||||
|
* VERY IMPORTANT: when using PCR-free sequencing data we definitely recommend setting this argument to NONE.
|
||||||
*/
|
*/
|
||||||
@Advanced
|
@Advanced
|
||||||
@Argument(fullName = "pcr_indel_model", shortName = "pcrModel", doc = "The PCR indel model to use", required = false)
|
@Argument(fullName = "pcr_indel_model", shortName = "pcrModel", doc = "The PCR indel model to use", required = false)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue