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 05be6ca commit 7382511Copy full SHA for 7382511
singlecell/src/org/labkey/singlecell/pipeline/singlecell/VireoHandler.java
@@ -380,7 +380,7 @@ else if (outFiles.length > 1)
380
}
381
382
description.append("Results:\n");
383
- try (CSVReader reader = new CSVReader(Readers.getReader(summary)))
+ try (CSVReader reader = new CSVReader(Readers.getReader(summary), '\t'))
384
{
385
String[] line;
386
while ((line = reader.readNext()) != null)
0 commit comments