The fix is a bit too general, as this would also allow other OTHER fields to silently pass without error, but given the inconsistencies of vcf formats, this might be more in line with other vcf processing tools.
We can also narrow this behavior to PEDIGREE, but this would require more complexity than what I added here.
Edits much appreciated, I'm not really experienced in Rust
This solves #201.
The fix is a bit too general, as this would also allow other OTHER fields to silently pass without error, but given the inconsistencies of
vcf
formats, this might be more in line with other vcf processing tools.We can also narrow this behavior to PEDIGREE, but this would require more complexity than what I added here.
Edits much appreciated, I'm not really experienced in Rust