Skip to content

Commit ae8e9e4

Browse files
committed
Allow archived readsets for cell hashing
1 parent b2dc955 commit ae8e9e4

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
@@ -294,7 +294,7 @@ public void prepareHashingAndCiteSeqFilesIfNeeded(File sourceDir, PipelineJob jo
294294
}
295295
}
296296

297-
support.cacheReadset(hashingReadsetId, job.getUser());
297+
support.cacheReadset(hashingReadsetId, job.getUser(), true);
298298

299299
});
300300

0 commit comments

Comments
 (0)