Skip to content

Commit 6489d51

Browse files
Merge 24.11 to 25.1
2 parents 4a294d8 + 774f130 commit 6489d51

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

nextflow/webapp/WEB-INF/nextflow/nextflowContext.xml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,10 @@
1919
<bean id="nextFlowPipelineTask" class="org.labkey.api.pipeline.TaskId">
2020
<constructor-arg><value type="java.lang.Class">org.labkey.nextflow.pipeline.NextFlowRunTask</value></constructor-arg>
2121
</bean>
22-
<ref bean="xarGeneratorNextFlow"/>
2322
</list>
2423
</property>
2524
</bean>
2625
</list>
2726
</property>
2827
</bean>
29-
30-
<!-- Experiment derived tasks -->
31-
<bean id="xarGeneratorNextFlow" class="org.labkey.api.exp.pipeline.XarGeneratorFactorySettings">
32-
<constructor-arg value="xarGeneratorNextFlow"/>
33-
<!-- Import in the same thread pool as other Skyline doc imports -->
34-
<property name="location" value="webserver-high-priority" />
35-
</bean>
36-
37-
<!-- Tasks registered in experiment module -->
38-
<bean id="xarGeneratorId" class="org.labkey.api.pipeline.TaskId">
39-
<constructor-arg><value type="java.lang.Class">org.labkey.api.exp.pipeline.XarGeneratorId</value></constructor-arg>
40-
</bean>
4128
</beans>

0 commit comments

Comments
 (0)