Skip to content

Commit

Permalink
add cellpose parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Dec 24, 2023
1 parent 0da94cf commit 0ba8c27
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ export const loadCellposeRdf = () => {
description: "Type of cells to segment.",
enum: ["nuclei", "cyto"],
},
{
name: "flow_threshold",
type: "number",
default: 0.4,
description: "Threshold for the flow.",
}
],
},
],
Expand Down

0 comments on commit 0ba8c27

Please sign in to comment.