File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -49,10 +49,8 @@ if (project.findProject(BuildUtils.getTestProjectPath(project.gradle)) != null &
4949 String newLine = line
5050 while (matcher. find())
5151 {
52- if (matcher. group(1 ). equals(" SEQUENCEANALYSIS_CODELOCATION " ) || matcher . group( 1 ) . equals( " SEQUENCEANALYSIS_TOOLS" ))
52+ if (matcher. group(1 ). equals(" SEQUENCEANALYSIS_TOOLS" ))
5353 newLine = newLine. replace(matcher. group(), extension. getTeamCityProperty(" additional.pipeline.tools" ))
54- else if (matcher. group(1 ). equals(" SEQUENCEANALYSIS_EXTERNALDIR" ))
55- newLine = newLine. replace(matcher. group(), project. file(" pipeline_code/external" ). getAbsolutePath())
5654 }
5755 return newLine
5856
Original file line number Diff line number Diff line change 88 <bean class =" org.labkey.pipeline.api.properties.ConfigPropertiesImpl" >
99 <property name =" softwarePackages" >
1010 <map >
11- <!-- This is the path to the checked out copy of the SequenceAnalysis perl code.
12- sequence_tools_install.sh would have placed this in the path below-->
13- <entry key =" SEQUENCEANALYSIS_CODELOCATION" value =" @@SEQUENCEANALYSIS_CODELOCATION@@" />
14- <!-- This is the path where the /external directory from the SequenceAnalysis module is checked out.
15- This contains several JARs. sequence_tools_install.sh would have placed these in the path below-->
16- <entry key =" SEQUENCEANALYSIS_EXTERNALDIR" value =" @@SEQUENCEANALYSIS_EXTERNALDIR@@" />
1711 <!-- If the sequence tools are not in the standard pipeline tools dir, this is required.
1812 These are the external binaries installed by sequence_tools_install.sh-->
1913 <entry key =" SEQUENCEANALYSIS_TOOLS" value =" @@SEQUENCEANALYSIS_TOOLS@@" />
You can’t perform that action at this time.
0 commit comments