First pass at keeping track of variants to not include in calculations
calculator changes include:
add the not_included_variants field to models.py and add field to VariantListAnnotationSerializer
frontend changes include:
creating a new column (last in the table) consisting of a checkbox where the user can select variants to not include at all during filtering and calculations
call out including how many variants are not included in the calculations
greying out rows where this is checked off
TODO/Discuss
[ ] naming/UI decisions
[ ] functionality regarding user interaction with checking and unchecking
currently we have when the user unchecks the not selected column, the previous select checkbox is automatically checked again now
resolves #181
First pass at keeping track of variants to not include in calculations
calculator changes include:
not_included_variants
field tomodels.py
and add field toVariantListAnnotationSerializer
frontend changes include:
TODO/Discuss