You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing a variant's classification, our biologists systematically add a "to_validate" tag so a second biologist can double-check the change, using a filter on that tag.
However, if the first biologist forgets to add the tag, they risk losing track of it before double checking, especially if it is a "-1" classification that removes the variant from their other filters.
I suggested using the history, but a much simpler solution for users would be:
Add an option in settings that activate the following behavior:
When a classification is edited, automatically add a custom tag
The text was updated successfully, but these errors were encountered:
…e check tag and fix concurrency issues
- Add the possibility to automatically add a chosen tag to variants/samples/genotypes after a classification change
- Settings to (de)activate the behavior and select the tags
- Default config change
- Fix concurrency issues: a user could accidentally erase someone else's changes without the warning appearing in some cases
- Improve and uniformize said warning
- Add message while samples are loading
When changing a variant's classification, our biologists systematically add a "to_validate" tag so a second biologist can double-check the change, using a filter on that tag.
However, if the first biologist forgets to add the tag, they risk losing track of it before double checking, especially if it is a "-1" classification that removes the variant from their other filters.
I suggested using the history, but a much simpler solution for users would be:
The text was updated successfully, but these errors were encountered: