We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b365fb9 commit e68ecd1Copy full SHA for e68ecd1
root/static/js/canto-modules.js
@@ -4166,6 +4166,9 @@ var alleleEditDialogCtrl =
4166
CursAlleleList.allAllelesOfGene($scope.alleleData.gene_systematic_id)
4167
.then(function (res) {
4168
$.map(res, function(allele) {
4169
+ if (allele.allele_id == $scope.alleleData.allele_id) {
4170
+ return;
4171
+ }
4172
const desc = allele.description;
4173
const alleleType = allele.type;
4174
if (alleleType != "deletion" && alleleType != "disruption" &&
0 commit comments