Skip to content

Commit

Permalink
Improve debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 1, 2025
1 parent 1dd37ca commit 59becfa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1048,7 +1048,7 @@ private void checkVcfAnnotationsAndSamples(File vcfInput, boolean skipAnnotation

if (!nonCompliant.isEmpty())
{
throw new PipelineJobException("Names do not conform to format: " + StringUtils.join(nonCompliant, ","));
throw new PipelineJobException("Names do not conform to format: " + StringUtils.join(nonCompliant, ",") + ", in file: " + vcfInput.getName());
}
}

Expand Down

0 comments on commit 59becfa

Please sign in to comment.