Skip to content

Commit 489df60

Browse files
committed
Add newline
1 parent 8dfb926 commit 489df60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ else if (outFiles.length > 1)
370370
StringBuilder description = new StringBuilder();
371371
if (vcfFile > -1)
372372
{
373-
description.append("Reference VCF ID: \n").append(vcfFile);
373+
description.append("Reference VCF ID: \n").append(vcfFile).append("\n");
374374
}
375375

376376
File summary = new File(ctx.getOutputDir(), "summary.tsv");

0 commit comments

Comments
 (0)