Skip to content

Commit 59becfa

Browse files
committed
Improve debugging
1 parent 1dd37ca commit 59becfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mGAP/src/org/labkey/mgap/pipeline/mGapReleaseGenerator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ private void checkVcfAnnotationsAndSamples(File vcfInput, boolean skipAnnotation
10481048

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

0 commit comments

Comments
 (0)