We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8dfb926 commit 489df60Copy full SHA for 489df60
singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java
@@ -370,7 +370,7 @@ else if (outFiles.length > 1)
370
StringBuilder description = new StringBuilder();
371
if (vcfFile > -1)
372
{
373
- description.append("Reference VCF ID: \n").append(vcfFile);
+ description.append("Reference VCF ID: \n").append(vcfFile).append("\n");
374
}
375
376
File summary = new File(ctx.getOutputDir(), "summary.tsv");
0 commit comments