Skip to content

Commit f50e5d8

Browse files
committed
Additional place to allow archived readsets
1 parent f978134 commit f50e5d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

singlecell/src/org/labkey/singlecell/analysis/AbstractSingleCellHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ else if (so.getReadset() == null)
250250
throw new PipelineJobException("Readset is blank for loupe file: " + loupeId);
251251
}
252252

253-
ctx.getSequenceSupport().cacheReadset(so.getReadset(), ctx.getJob().getUser());
253+
ctx.getSequenceSupport().cacheReadset(so.getReadset(), ctx.getJob().getUser(), true);
254254
}
255255
}
256256
else

0 commit comments

Comments
 (0)