Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlu3 committed Sep 3, 2024
1 parent b0219ab commit 01522ec
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ private Alteration parseExonAlteration(String alteration) {
}

consequenceTermSet.add(consequenceTerm);
if (consequenceTermSet.size() > 0) {
if (consequenceTermSet.size() > 1) {
consequence.setTerm(SVConsequence.SV_UNKNOWN.name());
}

Expand Down

0 comments on commit 01522ec

Please sign in to comment.