We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1e5de5 commit 3037dd6Copy full SHA for 3037dd6
SequenceAnalysis/src/org/labkey/sequenceanalysis/run/analysis/MergeLoFreqVcfHandler.java
@@ -393,7 +393,7 @@ else if ("I".equals(line[0]))
393
394
if (!analysesWithoutPindel.isEmpty())
395
{
396
- ctx.getLogger().error("Analysis missing pindel: " + StringUtils.join(analysesWithoutPindel, ";"));
+ ctx.getLogger().warn("Analysis missing pindel: " + StringUtils.join(analysesWithoutPindel, ";"));
397
}
398
399
catch (IOException e)
0 commit comments