Skip to content

Implement allele remapping for arrays with alleles/alt_alleles/genotypes dims #86

@tomwhite

Description

@tomwhite

Equivalent to VCF Number R/A/G.

Remove the limitation here:

if dim in ("alleles", "alt_alleles", "genotypes") or dim.startswith(
"local_"
):
raise NotImplementedError(
f"Allele remapping not supported for dim {dim} in "
f"variable {var}"
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions