Skip to content

Commit 59ddec0

Browse files
committed
Fix typo
1 parent 12cc011 commit 59ddec0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/api-src/org/labkey/api/singlecell/pipeline/AbstractSingleCellPipelineStep.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ protected Chunk createParamChunk(SequenceOutputHandler.JobContext ctx, List<Seur
486486
}
487487
body.add("");
488488
body.add("outputPrefix <- '" + outputPrefix + "'");
489-
body.add("trackerFile <- paste0('/work/" + getSavedSeuratFileName(outputPrefix) + "'");
489+
body.add("trackerFile <- '/work/" + getSavedSeuratFileName(outputPrefix) + "'");
490490

491491
//Read RDS:
492492
body.add("");

0 commit comments

Comments
 (0)