File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed
api-src/org/labkey/api/sequenceanalysis/run Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -204,11 +204,6 @@ private void setPath(ProcessBuilder pb)
204204 if (!StringUtils .isEmpty (toolDir ))
205205 {
206206 String path = System .getenv ("PATH" );
207-
208- getLogger ().debug ("Existing PATH: " + path );
209- getLogger ().debug ("toolDir: " + toolDir );
210-
211-
212207 if (path == null )
213208 {
214209 path = toolDir ;
Original file line number Diff line number Diff line change 44 xsi : schemaLocation =" http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd" >
55
66 <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 >
127 <property name =" configProperties" >
138 <bean class =" org.labkey.pipeline.api.properties.ConfigPropertiesImpl" >
149 <property name =" softwarePackages" >
You can’t perform that action at this time.
0 commit comments