Skip to content

Commit

Permalink
Merge pull request #953 from biomage-org/send-embedding-method
Browse files Browse the repository at this point in the history
Send embedding method for download Seurat object
  • Loading branch information
saracastel authored Nov 28, 2023
2 parents 83d3ddd + 546ee71 commit a54ef8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ exports[`DownloadDataButton Downloads processed matrix properly 1`] = `
[
"testae48e318dab9a1bd0bexperiment-0",
{
"embeddingMethod": "umap",
"name": "DownloadAnnotSeuratObject",
},
[Function],
Expand Down
1 change: 1 addition & 0 deletions src/utils/extraActionCreators/downloadProcessedMatrix.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ const downloadProcessedMatrix = (experimentId) => async (dispatch, getState) =>
// the embeddingETag is added by the API to this body
const body = {
name: taskName,
embeddingMethod,
};

const timeout = getTimeoutForWorkerTask(getState(), taskName);
Expand Down

0 comments on commit a54ef8e

Please sign in to comment.