Skip to content

Commit

Permalink
Ensure searched gene gets a label for its annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
eweitz committed Dec 7, 2022
1 parent 3f4bd54 commit 5cf515c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/js/kit/related-genes.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ function setRelatedAnnotDomIds(ideo) {
return chr.name;
});

ideo.relatedAnnots = applyAnnotsIncludeList(ideo.relatedAnnots, ideo);

// Count two related annots for same gene as one.
// E.g. gene Foo can both interact with and be paralog of gene Bar
// Instead of count Foo interacting annot and Foo paralog annot as two,
Expand Down

0 comments on commit 5cf515c

Please sign in to comment.