You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only utilize soft clip evidence to supplement paired end or split read evidence for the SV. Soft clips are no longer counted if they are the only evidence for an SV.
Add a warning in svtyper classic if BNDs are not genotyped due to missing mates.
Suppress status messages in svtyper classic regarding the reading and construction of the library distributions by default. These status messages can be re-enabled by using the newly added --verbose option.
Duplication genotyping model has been adjusted. The new model is more sensitive and should better reflect genotyping uncertainty.
Genotype quality calculations have been improved.
If you have filtering scripts relying on genotype quality (and/or site quality for DUPs) you may need to recalibrate them before applying to this version.
Special thanks to @kmsteinberg for sharing instances where the previous duplication calling settings were causing real variants to be missed.
New default behavior clears existing QUAL scores. (Use the -q flag to iterate existing QUAL field from input VCF)
Limit number of reads to 1000 at each variant site (--max_reads), to prevent slow processing time in high-depth, repetitive regions (thanks to @brentp)
add argument (-T) for optional reference FASTA when reading CRAM files. (This prevents automatically downloading of the reference cache)