We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d8a8e0 commit 6922b50Copy full SHA for 6922b50
root/static/js/canto-modules.js
@@ -4172,7 +4172,7 @@ var alleleEditDialogCtrl =
4172
const desc = allele.description;
4173
const alleleType = allele.type;
4174
if (alleleType != "deletion" && alleleType != "disruption" &&
4175
- alleleType != "wild type" &&
+ alleleType != "wild type" && alleleType != "unknown" &&
4176
!$scope.data.existingDescriptions[desc]) {
4177
$scope.data.existingDescriptions[desc] = allele;
4178
}
0 commit comments