ComparativeGenomicsToolkit / hal2vg

Convert HAL to VG
MIT License
21 stars 2 forks source link

Fix bug where column iterator could visit genomes outside target set #31

Closed glennhickey closed 4 years ago

glennhickey commented 4 years ago

27 fixed how snps were handled but caused a regression where options to only convert a subset of the genomes in the hal file could lead to crashes. This should fix that.