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

Update liftover #876

Closed
Tracked by #916 ...
nawatts opened this issue Jan 19, 2022 · 1 comment
Closed
Tracked by #916 ...

Update liftover #876

nawatts opened this issue Jan 19, 2022 · 1 comment

Comments

@nawatts
Copy link
Contributor

nawatts commented Jan 19, 2022

Currently, lifted over v2 variants are annotated based on their presence in gnomAD v3.

gnomad_v3_variants = hl.read_table(gnomad_v3_variants_path)
ds = ds.annotate(
datasets=hl.if_else(
hl.is_defined(gnomad_v3_variants[ds.liftover.locus, ds.liftover.alleles]),
ds.datasets.add("gnomad_r3"),
ds.datasets,
)
)

That needs to be updated to use gnomAD v4.

@mattsolo1
Copy link
Contributor

Closed via #1178

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

No branches or pull requests

2 participants