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
Allow adding same mutation into VUS list before reviewing (#152)
* Allow adding same mutation into VUS list before reviewing
- If a mutation is deleted from the mutation list and hasn't been reviewed,we allow curator adding the same mutation to VUS list. Upon rejecting the deletion, the mutation will also be removed from VUS list
- Update language when adding mutation into mutation list or VUS list when it's already in the system
* Update app/scripts/controllers/gene.js
Co-authored-by: Calvin Lu <[email protected]>
---------
Co-authored-by: Calvin Lu <[email protected]>
message+='was previously removed from mutation list but hasn\'t been reviewed. We will continue adding it to the VUS list. However, if the deletion is rejected, it will also be deleted from the VUS list.';
85
+
validMutation=true;
86
+
}else{
87
+
message+='is in the mutation list. You cannot add to VUS list.';
88
+
}
83
89
}else{
84
-
message+='has already been added in the mutation section!';
0 commit comments