Skip to content

Commit

Permalink
Merge pull request #204 from apriltuesday/EVA-3660
Browse files Browse the repository at this point in the history
EVA-3660 - Add setter in VariantDocument
  • Loading branch information
apriltuesday authored Dec 3, 2024
2 parents 9d85d25 + 16de086 commit 096f7fd
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,10 @@ public Set<VariantAnnotation> getAnnotations() {
return annotations;
}

public void setSources(Set<VariantSourceEntryMongo> variantSources) {
this.variantSources = variantSources;
}

public void setStats(Set<VariantStatsMongo> variantStats) {
this.variantStatsMongo = variantStats;
}
Expand Down

0 comments on commit 096f7fd

Please sign in to comment.