Skip to content

Commit

Permalink
SCRUM-4165 add gene info to variant object (#1208)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpich authored Jul 3, 2024
1 parent ce1960f commit 5198e53
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public Variant getVariant(String variantID) {
List<Transcript> list = a.getTranscriptList();
if (CollectionUtils.isNotEmpty(list)) {
a.setSpecies(list.get(0).getGene().getSpecies());
a.setGene(list.get(0).getGene());
}
return a;
}
Expand Down

0 comments on commit 5198e53

Please sign in to comment.