Skip to content

Commit 292dfb5

Browse files
committed
Correctly copy molInfo file locally to cluster
1 parent 640681b commit 292dfb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/CellHashingServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -979,7 +979,7 @@ public File generateCellHashingCalls(File citeSeqCountOutDir, File outputDir, St
979979
throw new PipelineJobException("File not found, cannot calculate saturation: " + molInfo.getPath());
980980
}
981981

982-
molInfo = ensureLocalCopy(citeSeqCountOutDir, outputDir, log, toDelete);
982+
molInfo = ensureLocalCopy(molInfo, outputDir, log, toDelete);
983983

984984
citeSeqCountOutDir = ensureLocalCopy(citeSeqCountOutDir, outputDir, log, toDelete);
985985

0 commit comments

Comments
 (0)