Skip to content

Commit a3ad981

Browse files
committed
Allow readset handlers to work with archived data
1 parent 305d443 commit a3ad981

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SequenceAnalysis/src/org/labkey/sequenceanalysis/pipeline/SequenceReadsetHandlerJob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ public SequenceReadsetHandlerJob(Container c, User user, @Nullable String jobNam
4444
_readsetIds = new ArrayList<>();
4545
for (SequenceReadsetImpl rs : readsets)
4646
{
47-
getSequenceSupport().cacheReadset(rs);
47+
getSequenceSupport().cacheReadset(rs, getHandler().supportsSraArchivedData());
4848
_readsetIds.add(rs.getReadsetId());
4949
}
5050
}

0 commit comments

Comments
 (0)