Skip to content

SelectVariants should perform site-level filtering before genotype-level filtering #7497

@droazen

Description

@droazen

When there are many samples in a VCF and decoding the genotypes is an expensive operation, it makes sense to do all the site-level filtering first before fully decoding the record and examining the genotypes.

Unfortunately, SelectVariants currently does some of the genotype-level filtering before the site-level filtering, which can cause performance issues with large callsets.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions