Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ID subfield to VCF v4.3 test file's structured header #773

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jun 18, 2024

  1. 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 samtools#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.
    jmarshall committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    5f49f9a View commit details
    Browse the repository at this point in the history