Skip to content

Commit 8c681fd

Browse files
committed
Fix typo in label
1 parent ad655b7 commit 8c681fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/run/variant/VcfComparisonStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ public VcfComparisonStep create(PipelineContext ctx)
5757
public Output processVariants(File inputVCF, File outputDirectory, ReferenceGenome genome, @Nullable List<Interval> intervals) throws PipelineJobException
5858
{
5959
VariantProcessingStepOutputImpl output = new VariantProcessingStepOutputImpl();
60-
getPipelineCtx().getLogger().info("Running SNPEff");
60+
getPipelineCtx().getLogger().info("Running VcfComparison");
6161

6262
Integer refFileId = getProvider().getParameterByName(REF_VCF).extractValue(getPipelineCtx().getJob(), getProvider(), getStepIdx(), Integer.class);
6363
File refVcf = getPipelineCtx().getSequenceSupport().getCachedData(refFileId);

0 commit comments

Comments
 (0)