Skip to content

Commit a34e24b

Browse files
committed
Fix typos
1 parent c515cb4 commit a34e24b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/preprocessing/TagPcrSummaryStep.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public Output performAnalysisPerSampleRemote(Readset rs, File inputBam, Referenc
167167
}
168168
else
169169
{
170-
getPipelineCtx().getLogger().info("will not design primers")
170+
getPipelineCtx().getLogger().info("will not design primers");
171171
}
172172

173173
File genbank = null;
@@ -177,7 +177,7 @@ public Output performAnalysisPerSampleRemote(Readset rs, File inputBam, Referenc
177177
}
178178
else
179179
{
180-
getPipelineCtx().getLogger().info("will not output genbank file")
180+
getPipelineCtx().getLogger().info("will not output genbank file");
181181
}
182182

183183
File metrics = getMetricsFile(inputBam, outputDir);

0 commit comments

Comments
 (0)