Skip to content

MAF file validation #512

@jakevc

Description

@jakevc

After fining out that we were submitting incorrect MAF formatted variants for the ERBB2 and EGFR insertions, I realized it would be easy to catch this in validation with some simple rules about the ref and alt allele that would force the correct MAF format for insertions as well as deletions:

https://docs.gdc.cancer.gov/Data/File_Formats/MAF_Format/

Pseudo Code for test:
ValidateInsertion: If mutation.is_insertion: require(Reference_Allele=='-')
ValidateDeletion: If mutation.is_deletion: require(Tumor_Seq_Allele2="-")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions