Skip to content

Commit 0ccd69f

Browse files
committed
Fix typo
1 parent c5631fd commit 0ccd69f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/analysis/CellHashingHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ public void processFilesRemote(List<Readset> readsets, JobContext ctx) throws Un
302302
File citeSeqCount = (File) callMap.get("citeSeqCountMatrix");
303303
ctx.getFileManager().addSequenceOutput(citeSeqCount, rs.getName() + ": CITE-Seq Count Matrix","CITE-Seq Count Matrix", rs.getReadsetId(), null, null, null);
304304

305-
File outDir = (File) callMap.get("outDir");
305+
File outDir = (File) callMap.get("outputDir");
306306
ctx.getFileManager().removeIntermediateFile(outDir);
307307
}
308308

0 commit comments

Comments
 (0)