-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BIOMAGE-1104] Remove unneeded calls to cell clustering in qc data in…
…teg and conf embed (#335) * Remove unneeded calls to cell clustering in qc data integ and conf embed * Clean up code and replace missing plot figure to show the user * Rename data update to worker specific type * Update clustering requests to work for all clients viewing the experiment * Fix tests Co-authored-by: ogibson <[email protected]>
- Loading branch information
Showing
11 changed files
with
144 additions
and
197 deletions.
There are no files selected for viewing
27 changes: 27 additions & 0 deletions
27
src/__test__/redux/actions/cellSets/__snapshots__/runCellSetsClustering.test.js.snap
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
// Jest Snapshot v1, https://goo.gl/fbAQLP | ||
|
||
exports[`runCellSetsClustering action Dispatches all required actions to update cell sets clustering. 1`] = ` | ||
Object { | ||
"type": "cellSets/clusteringUpdating", | ||
} | ||
`; | ||
|
||
exports[`runCellSetsClustering action Dispatches all required actions to update cell sets clustering. 2`] = `undefined`; | ||
|
||
exports[`runCellSetsClustering action Dispatches all required actions to update cell sets clustering. 3`] = `undefined`; | ||
|
||
exports[`runCellSetsClustering action Dispatches error action when sendWord fails 1`] = ` | ||
Object { | ||
"type": "cellSets/clusteringUpdating", | ||
} | ||
`; | ||
|
||
exports[`runCellSetsClustering action Dispatches error action when sendWord fails 2`] = ` | ||
Object { | ||
"payload": Object { | ||
"error": undefined, | ||
"experimentId": "1234", | ||
}, | ||
"type": "cellSets/error", | ||
} | ||
`; |
59 changes: 0 additions & 59 deletions
59
src/__test__/redux/actions/cellSets/__snapshots__/updateCellSetsClustering.test.js.snap
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.