Skip to content

Commit 71ccc26

Browse files
committed
Remove no longer used config
1 parent 0ccd69f commit 71ccc26

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

SequenceAnalysis/build.gradle

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff 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

SequenceAnalysis/test/configs/pipelineConfig.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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@@"/>

0 commit comments

Comments
 (0)