Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
karleg authored Dec 17, 2023
1 parent e59203f commit 17ac1a7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ public AssociationContainer<TermId> geneContainer() {
}

private void initContainers() {
IsopretContainerFactory isoContainerFac = new IsopretContainerFactory(geneOntology,
IsopretContainerFactory isoContainerFac = new IsopretContainerFactory(geneOntology(),
transcriptIdToGoTermsMap(), gene2GoMap());
this.transcriptContainer = isoContainerFac.transcriptContainer();
LOGGER.info("transcriptContainer terms n={}", transcriptContainer.getAnnotatingTermCount());
Expand Down

0 comments on commit 17ac1a7

Please sign in to comment.