Skip to content

Commit

Permalink
added description for some fields
Browse files Browse the repository at this point in the history
  • Loading branch information
Cristian Goina committed Jan 29, 2025
1 parent 04de5d5 commit bbad532
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions nextflow_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -640,10 +640,12 @@
"properties": {
"segmentation_ids": {
"type": "string",
"description": "Round id to be segmented",
"default": "t1"
},
"segmentation_subpath": {
"type": "string"
"type": "string",
"description": "Segmentation dataset",
},
"seg_channels": {
"type": "string",
Expand All @@ -662,21 +664,25 @@
"default": "segmentation.n5"
},
"skip_segmentation": {
"type": "boolean"
"type": "boolean",
"description": "If set skip segmentation"
},
"distributed_cellpose": {
"type": "boolean",
"description": "Use a distributed dask cluster to run segmentation",
"default": true
},
"cellpose_model": {
"type": "string",
"description": "Cellpose model name",
"default": "cyto3"
},
"cellpose_models_dir": {
"type": "string"
},
"cellpose_log_config": {
"type": "string",
"description": "Cellpose logging configuration",
"default": "${projectDir}/conf/cellpose_logging_config.ini"
},
"cellpose_dask_config": {
Expand Down

0 comments on commit bbad532

Please sign in to comment.