Skip to content

Commit e67269e

Browse files
Don't bother importing the XAR since we really just care about the Skyline files
1 parent 10751ed commit e67269e

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)