The PanSN spec says the haplotype number has to actually be a number. Right now if it isn't a number, we match our regex but then try to parse the non-number and crash.
This should fix it to not match the regex anymore when it won't be able to be parsed due to not really being a number.
The PanSN spec says the haplotype number has to actually be a number. Right now if it isn't a number, we match our regex but then try to parse the non-number and crash.
This should fix it to not match the regex anymore when it won't be able to be parsed due to not really being a number.