Skip to content

Commit 089ccec

Browse files
committed
Second instance of allowing hashing and archived readsets
1 parent 078b7ee commit 089ccec

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
@@ -356,7 +356,7 @@ else if (distinctHTOs.size() == 1)
356356
}
357357
}
358358

359-
support.cacheReadset(citeseqReadsetId, job.getUser());
359+
support.cacheReadset(citeseqReadsetId, job.getUser(), true);
360360
});
361361

362362
citeToRemove.forEach(readsetToCiteSeqMap::remove);

0 commit comments

Comments
 (0)