Skip to content

Commit

Permalink
Additional place to allow archived readsets
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Jan 24, 2024
1 parent f978134 commit f50e5d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ else if (so.getReadset() == null)
throw new PipelineJobException("Readset is blank for loupe file: " + loupeId);
}

ctx.getSequenceSupport().cacheReadset(so.getReadset(), ctx.getJob().getUser());
ctx.getSequenceSupport().cacheReadset(so.getReadset(), ctx.getJob().getUser(), true);
}
}
else
Expand Down

0 comments on commit f50e5d8

Please sign in to comment.