Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ID subfield to VCF v4.3 test file's structured header
In VCF v4.3 structured meta-information lines must have an ID subfield. Split the value into identifier-like ID and text Description subfields to demonstrate the structured benefit, though for a non-INFO/FORMAT/etc line there's probably nothing requiring ID's value to be identifier-like. Fixes #772. This leaves the similar 4.1 and 4.2 files as is, as it is less clear whether ID-less structured headers are merely discouraged there.
- Loading branch information