AstraZeneca-NGS / VarDict

VarDict
MIT License
187 stars 62 forks source link

Fixed issue 226 (Java) repeat variant lines #112

Closed PolinaBevad closed 5 years ago

PolinaBevad commented 5 years ago

Description

If some variant is followed by SV and this SV is skipped due to filter (without split read support), then information about the variant will still be saved in $pinfo1 field and will be output twice. Issue: https://github.com/AstraZeneca-NGS/VarDictJava/issues/226 Added $pinfo1 field clear to avoid duplication of variant if SV was skipped.