Skip to content

Commit

Permalink
Fix another codepath to allow archived readsets
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Feb 16, 2024
1 parent 86aa509 commit 3bb1ed2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ private AlignmentAnalysisJob(Container c, User u, String jobName, PipeRoot root,
_readsetId = model.getReadset();

getLogger().debug("caching analysis for use on remote server: " + model.getRowId());
getSequenceSupport().cacheAnalysis(model, this);
getSequenceSupport().cacheAnalysis(model, this, true);
writeSupportToDisk();
}

Expand Down

0 comments on commit 3bb1ed2

Please sign in to comment.