Skip to content

Commit cc91241

Browse files
committed
Debug OrClause
1 parent 6258adb commit cc91241

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,7 @@ public void init(PipelineJob job, SequenceAnalysisJobSupport support, List<Seque
209209
if (allowableApplicationsRaw != null)
210210
{
211211
allowableApplications = Arrays.asList(allowableApplicationsRaw.split(";"));
212+
getPipelineCtx().getLogger().debug("Will limit to the following applications: " + StringUtils.join(allowableApplications, "; "));
212213
}
213214

214215
if (splitByApplication)

0 commit comments

Comments
 (0)