forked from BimberLab/DiscvrLabKeyModules
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpipelineConfig.xml
More file actions
19 lines (18 loc) · 1018 Bytes
/
pipelineConfig.xml
File metadata and controls
19 lines (18 loc) · 1018 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
<bean id="pipelineJobService" class="org.labkey.pipeline.api.PipelineJobServiceImpl">
<property name="configProperties">
<bean class="org.labkey.pipeline.api.properties.ConfigPropertiesImpl">
<property name="softwarePackages">
<map>
<!--If the sequence tools are not in the standard pipeline tools dir, this is required.
These are the external binaries installed by sequence_tools_install.sh-->
<entry key="SEQUENCEANALYSIS_TOOLS" value="@@SEQUENCEANALYSIS_TOOLS@@"/>
</map>
</property>
</bean>
</property>
</bean>
</beans>