`[chrom, start_ins, end_ins] = dustspec.split("'")[1].split("_")` in `vcfy()` doesn't work with chromosomes like 'chr1_KI270706v1_random` This results in a ValueError: too many values to unpack.