Skip to content

Add VQSR headers into AnnotateCohort #1162

Description

@MattWellie

During AnnotateCohort we read in the MatrixTable of variant data, and the VQSR-VCF of QC'd data. We hop the INFO section of the VCF over to the MT, containing new filters to be applied. We don't shift the new VQSR header rows over to the MT.

This means that when we make a VCF representation from the MatrixTable, the VCF contains the filters but not the required header lines for downstream tools to parse them.

During AnnotateCohort when we combine VQSR and MT, also add the new header lines over to the MT, so any future VCF representations will be spec-compliant

This has caused some failures to parse VCFs downstream, but these failures are non-blocking as we have workarounds

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingenhancementNew feature or requestrare diseaseChange is exclusively within the scope of the rare disease pipeline

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions