broadinstitute / genetic-prevalence-estimator

https://genie.broadinstitute.org/
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Allow deleting variants from a list #124

Open nawatts opened 1 year ago

nawatts commented 1 year ago

As users are able to add variants (#95), so should they be able to delete variants.

This is a bit more complex to implement, as recommended variant lists may, based on metadata, pull in again variants that were deleted. So we have to store the list of variants that were deleted and filter them out every time the variant list is reprocessed.

sambaxter commented 9 months ago

Would it be possible to uncheck and "lock" a variant so without specifically "unlocking" a variant it can't be re-checked/included in the calculations, even if someone selects the "check all" button? Just trying to think about how this might be possible.