Open Nicolai-vKuegelgen opened 3 hours ago
The wrong index patient was assigned. This happened due to a bug / missing feature in VarFish CLI.
https://github.com/varfish-org/varfish-cli/issues/133
It needs to be evaluated if there is still a problem after assigning the correct index patient.
We should allow changing the index patient in the case overview. We already allow changing the pedigree. However, both actions can falsify existing queries. They should be removed once a change happens.
Describe the bug In each case/family one individual is set as the index and in families with n>3 members, this is a potentially non-trivial issue. Specifically for Inheritance Variant filters the correct assignment (shown as 'Trio role') is critical so that filters will work correctly.
In the particular case observed (n=4, 2 parents, 2 children, only one affected) there is a clearly intended index case (only affected family member, Family name == (Index) individual name), however the wrong (first) family member is assigned as Index in Varfish.
To Reproduce Steps to reproduce the behavior:
See also screenshot.
Expected behavior Index assignment should either:
Screenshots