From a1dc4d464a59860d883b87da107f2ee5788d5131 Mon Sep 17 00:00:00 2001 From: hamshkhawar Date: Fri, 9 Feb 2024 22:16:40 -0600 Subject: [PATCH] fix output table format --- segmentation/kaggle-nuclei-segmentation/README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/segmentation/kaggle-nuclei-segmentation/README.md b/segmentation/kaggle-nuclei-segmentation/README.md index eb17e2520..fc8bc9b64 100644 --- a/segmentation/kaggle-nuclei-segmentation/README.md +++ b/segmentation/kaggle-nuclei-segmentation/README.md @@ -21,9 +21,9 @@ contents of `plugin.json` into the pop-up window and submit. This plugin takes 3 input arguments and 1 output argument: -| Name | Description | I/O | Type | Default -|---------------|-------------------------|--------|--------| -| `--inpDir` | Input image collection to be processed by this plugin | Input | collection -| `--filePattern` | Filename pattern used to separate data | Input | string | .* -| `--outDir` | Output collection | Output | collection -| `--preview` | Generate an output preview | Input | boolean | False +| Name | Description | I/O | Type | Default | +|---------------|-------------------------|--------|--------|--------- | +| `--inpDir` | Input image collection to be processed by this plugin | Input | collection | +| `--filePattern` | Filename pattern used to separate data | Input | string | .* | +| `--outDir` | Output collection | Output | collection | +| `--preview` | Generate an output preview | Input | boolean | False |