Clinical-Genomics / genmod

Annotate models of genetic inheritance patterns in variant files (vcf files)
http://moonso.github.io/genmod/
MIT License
74 stars 18 forks source link

Allow "Source" and "Version" in INFO header #106

Open maehler opened 2 years ago

maehler commented 2 years ago

This PR adds | fixes:

The fields "Source" and "Version" are optional in the INFO header lines according to the VCF specification (v4.2 and above), but the validation does not take this into account. This PR allows for these optional fields.

Review:

This version is a: