broadinstitute / variant-curation-portal

Web application for curating loss of function variants
https://lof.curation.broadinstitute.org
MIT License
4 stars 1 forks source link

Fix broken GRCh38 behavior #283

Closed rileyhgrant closed 4 months ago

rileyhgrant commented 4 months ago

Resolves #280, Resolves #282,

When gnomAD v4 (and with it the first GRCh38 variants in VCP) some, but not all of the views were and frontend pages were changed to allow usage of a query param to determine which subset of the variant objects in django to get.

This PR addresses all remaining cases that were mistakenly not implemented. In particular this lets users see all results for a particular GRCh38 variant, and to download a .csv summarizing the results for a given GRCh38 variant.