clintval / vartovcf

Convert variants from VarDict/VarDictJava into VCF v4.2 format.
MIT License
4 stars 0 forks source link

Drop support for duplicate VCF records (when a user supplies overlapping BEDs) #72

Closed clintval closed 2 years ago

clintval commented 3 years ago

This type of logic should occur after sorting by a dedicated sorting util and not within this program.