Skip to content

Commit

Permalink
Disable imports for Gemma until TGEMO import cleanup is merged
Browse files Browse the repository at this point in the history
  • Loading branch information
arteymix committed Dec 13, 2023
1 parent 4300e77 commit 72e57cd
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@
<constructor-arg value="ubic.gemma.core.ontology.providers.GemmaOntologyService"/>
<property name="autoLoad" value="${load.ontologies}"/>
<property name="taskExecutor" ref="ontologyTaskExecutor"/>
<!-- TODO: remove this once https://github.com/PavlidisLab/TGEMO/pull/20 is merged -->
<property name="processImports" value="false"/>
</bean>
<bean id="experimentalFactorOntologyService" class="ubic.gemma.core.ontology.providers.OntologyServiceFactory">
<constructor-arg
Expand Down

0 comments on commit 72e57cd

Please sign in to comment.