File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
nextflow/webapp/WEB-INF/nextflow Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments