We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e604030 commit 9334676Copy full SHA for 9334676
singlecell/webapp/WEB-INF/singlecellContext.xml
@@ -0,0 +1,10 @@
1
+<?xml version="1.0" encoding="UTF-8"?>
2
+<beans xmlns="http://www.springframework.org/schema/beans"
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
5
+
6
+ <!-- This is intended to force registration of the PipelineSteps -->
7
+ <bean id="pipelineStartup" class="org.labkey.singlecell.PipelineStartup">
8
9
+ </bean>
10
+</beans>
0 commit comments