Skip to content

Commit

Permalink
Merge pull request #957 from biomage-org/fix-download-rds
Browse files Browse the repository at this point in the history
Force reload on the embedding when download processed rds
  • Loading branch information
cosa65 authored Nov 30, 2023
2 parents 97c3fd1 + 9bd1757 commit d8560e4
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 d8560e4

Please sign in to comment.