SACGF / variantgrid

VariantGrid public repo
Other
23 stars 2 forks source link

Multi-variant reporting #444

Open davmlaw opened 3 years ago

davmlaw commented 3 years ago

We can currently only report out on 1 variant at a time.

Need to talk to KK and see how they want things to work.

May also need to deal with variant prioritisation changing when having multiple

TheMadBug commented 2 years ago

This is something that's been requested for ages. This is going to be quite a bit of work:

Make a UI to select which classifications should be a part of a report (potentially could do an ID search on the main classification table, then need the ability to exclude some results for a report).

Rewrite the vue template to take an array of classifications instead of a single one.

The button that currently copies data into interpretation summary and then shares the classification will also need to work in bulk.

davmlaw commented 1 year ago

Bump - had researcher ask "I need to classify 2 variants as one complex allele."

davmlaw commented 1 year ago

On the SA Path side, we are storing the samples, so we can at least re-link things together

On the Shariant side it looks like we don't send up the patient ID evidence key each time so can't re-link them there