We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 252d12b commit aba3989Copy full SHA for aba3989
SequenceAnalysis/test/configs/pipelineConfig.xml
@@ -4,6 +4,11 @@
4
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
5
6
<bean id="pipelineJobService" class="org.labkey.pipeline.api.PipelineJobServiceImpl">
7
+ <property name="appProperties">
8
+ <bean class="org.labkey.pipeline.api.properties.ApplicationPropertiesImpl">
9
+ <property name="toolsDirectory" value="@@SEQUENCEANALYSIS_TOOLS@@" />
10
+ </bean>
11
+ </property>
12
<property name="configProperties">
13
<bean class="org.labkey.pipeline.api.properties.ConfigPropertiesImpl">
14
<property name="softwarePackages">
0 commit comments