Skip to content

Commit

Permalink
Force reload on the embedding when download processed rds
Browse files Browse the repository at this point in the history
Signed-off-by: cosa65 <[email protected]>
  • Loading branch information
cosa65 committed Nov 30, 2023
1 parent 97c3fd1 commit 9bd1757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/extraActionCreators/downloadProcessedMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const downloadProcessedMatrix = (experimentId) => async (dispatch, getState) =>
method: embeddingMethod,
} = getState().experimentSettings.processing.configureEmbedding.embeddingSettings;

await dispatch(loadEmbedding(experimentId, embeddingMethod));
await dispatch(loadEmbedding(experimentId, embeddingMethod, true));

const taskName = 'DownloadAnnotSeuratObject';

Expand Down

0 comments on commit 9bd1757

Please sign in to comment.