|
81 | 81 | {
|
82 | 82 | "name": "SegmentCellsNuclei",
|
83 | 83 | "type": "native-python",
|
84 |
| - "version": "0.2.0", |
| 84 | + "version": "0.2.1", |
85 | 85 | "description": "Segment cells AND nuclei.",
|
86 | 86 | "tags": [
|
87 | 87 | "stable",
|
|
93 | 93 | "<span style='font-weight: 550; color:#666362'>Path SAVE</span>: {id: 'path_save', type: 'string', placeholder: 'segmentation-input˃˃segmentation-results'}",
|
94 | 94 | "<span style='font-weight: 550; color:#666362'>String CELLS</span>: {id: 'str_cyto', type: 'string', placeholder: 'cy3'}",
|
95 | 95 | "<span style='font-weight: 550; color:#666362'>String NUCLEI</span>: {id: 'str_nuclei', type: 'string', placeholder: 'dapi'}",
|
| 96 | + "<span style='font-weight: 550; color:#666362'>Scaling factor/New size: </span>: {id: 'new_size', type: 'string', placeholder: '2'}", |
96 | 97 | "<span style='font-weight: 550; color:#666362'>Size CELLS</span>: {id: 'size_cells', type: 'number', placeholder: 200}",
|
97 | 98 | "<span style='font-weight: 550; color:#666362'>Size NUCLEI</span>: {id: 'size_nuclei', type: 'number', placeholder: 100}",
|
98 | 99 | "<span style='font-weight: 550; color:#666362'>Net Average</span>: {id: 'net_avg', type: 'choose', options: ['false', 'true'], placeholder: 'false'}",
|
99 | 100 | "<span style='font-weight: 550; color:#666362'>Resample</span>: {id: 'resample', type: 'choose', options: ['false', 'true'], placeholder: 'false'}",
|
100 | 101 | "<span style='font-weight: 550; color:#666362'>String img ext</span>: {id: 'img_ext', type: 'string', placeholder: '.png'}"
|
101 | 102 | ],
|
102 |
| - "cover": "https://raw.githubusercontent.com/fish-quant/fq-segmentation/master/docs/img/segmentation__cells.png", |
| 103 | + "cover": "https://fish-quant.github.io/fq-segmentation/img/segmentation__cells.png", |
103 | 104 | "inputs": null,
|
104 | 105 | "outputs": null,
|
105 | 106 | "flags": [],
|
|
121 | 122 | {
|
122 | 123 | "name": "SegmentObjects",
|
123 | 124 | "type": "native-python",
|
124 |
| - "version": "0.2.0", |
| 125 | + "version": "0.2.1", |
125 | 126 | "description": "Segment cells OR nuclei.",
|
126 | 127 | "tags": [
|
127 | 128 | "stable",
|
|
134 | 135 | "<span style='font-weight: 550; color:#666362'>String channel</span>: {id: 'str_channel', type: 'string', placeholder: 'dapi'}",
|
135 | 136 | "<span style='font-weight: 550; color:#666362'>Object name</span>: {id: 'obj_name', type: 'string', placeholder: 'nuclei'}",
|
136 | 137 | "<span style='font-weight: 550; color:#666362'>Cellpose model</span>: {id: 'model_type', type: 'choose', options: ['nuclei', 'cyto'], placeholder: 'nuclei'}",
|
| 138 | + "<span style='font-weight: 550; color:#666362'>Scaling factor/New size:</span>: {id: 'new_size', type: 'string', placeholder: '1'}", |
137 | 139 | "<span style='font-weight: 550; color:#666362'>Object diameter</span>: {id: 'diameter', type: 'number', placeholder: 100}",
|
138 | 140 | "<span style='font-weight: 550; color:#666362'>Net Average</span>: {id: 'net_avg', type: 'choose', options: ['false', 'true'], placeholder: 'false'}",
|
139 | 141 | "<span style='font-weight: 550; color:#666362'>Resample</span>: {id: 'resample', type: 'choose', options: ['false', 'true'], placeholder: 'false'}",
|
140 | 142 | "<span style='font-weight: 550; color:#666362'>String img ext</span>: {id: 'img_ext', type: 'string', placeholder: '.png'}"
|
141 | 143 | ],
|
142 |
| - "cover": "https://raw.githubusercontent.com/fish-quant/fq-segmentation/master/docs/img/segmentation__nuclei.png", |
| 144 | + "cover": "https://fish-quant.github.io/fq-segmentation/img/segmentation__cells.png", |
143 | 145 | "inputs": null,
|
144 | 146 | "outputs": null,
|
145 | 147 | "flags": [],
|
|
0 commit comments