Skip to content

Commit

Permalink
Merge pull request hms-dbmi-cellenics#523 from biomage-org/change-wor…
Browse files Browse the repository at this point in the history
…ker-version

Remove DE cached results
  • Loading branch information
ogibson authored Feb 9, 2024
2 parents c32f5b8 + 98d69a7 commit 31d3016
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api.v2/helpers/worker/workerVersions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const workerVersions = {
GetTrajectoryAnalysisStartingNodes: 1,
GetTrajectoryAnalysisPseudoTime: 1,
DotPlot: 1,
DifferentialExpression: 1,
DifferentialExpression: 2,
};

module.exports = workerVersions;

0 comments on commit 31d3016

Please sign in to comment.