You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: nextflow_schema.json
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,12 @@
38
38
"help_text": "Performs Allen Reference Atlas registration of stitched images. This step is optional and can be skipped if the images are already registered.",
39
39
"fa_icon": "fas fa-file-image"
40
40
},
41
+
"model_file": {
42
+
"type": "string",
43
+
"description": "Path to the pre-trained model file.",
44
+
"help_text": "Path to the pre-trained model file for cell nuclei segmentation. It can be a local file path or the default is the URL to the model stored at Zenodo.",
45
+
"fa_icon": "fas fa-file-image"
46
+
},
41
47
"email": {
42
48
"type": "string",
43
49
"description": "Email address for completion summary.",
0 commit comments