|
1 | | -name: napari-cellseg3d |
| 1 | +name: napari_cellseg3d |
2 | 2 | display_name: CellSeg3D |
3 | 3 | schema_version: 0.0.4 |
4 | 4 |
|
5 | 5 | contributions: |
6 | 6 | commands: |
7 | | - - id: napari-cellseg3d.load |
| 7 | + - id: napari_cellseg3d.load |
8 | 8 | title: Create reviewer |
9 | 9 | python_name: napari_cellseg3d.plugins:Reviewer |
10 | 10 |
|
11 | | - - id: napari-cellseg3d.help |
| 11 | + - id: napari_cellseg3d.help |
12 | 12 | title: Create Help |
13 | 13 | python_name: napari_cellseg3d.plugins:Helper |
14 | 14 |
|
15 | | - - id: napari-cellseg3d.utils |
| 15 | + - id: napari_cellseg3d.utils |
16 | 16 | title: Create utilities |
17 | 17 | python_name: napari_cellseg3d.plugins:Utilities |
18 | 18 |
|
19 | | - - id: napari-cellseg3d.infer |
| 19 | + - id: napari_cellseg3d.infer |
20 | 20 | title: Create Inference widget |
21 | 21 | python_name: napari_cellseg3d.plugins:Inferer |
22 | 22 |
|
23 | | - - id: napari-cellseg3d.train |
| 23 | + - id: napari_cellseg3d.train |
24 | 24 | title: Create Trainer widget |
25 | 25 | python_name: napari_cellseg3d.plugins:Trainer |
26 | 26 |
|
27 | 27 |
|
28 | 28 | widgets: |
29 | | - - command: napari-cellseg3d.load |
| 29 | + - command: napari_cellseg3d.load |
30 | 30 | display_name: Review |
31 | 31 |
|
32 | | - - command: napari-cellseg3d.infer |
| 32 | + - command: napari_cellseg3d.infer |
33 | 33 | display_name: Inference |
34 | 34 |
|
35 | | - - command: napari-cellseg3d.train |
| 35 | + - command: napari_cellseg3d.train |
36 | 36 | display_name: Training |
37 | 37 |
|
38 | | - - command: napari-cellseg3d.utils |
| 38 | + - command: napari_cellseg3d.utils |
39 | 39 | display_name: Utilities |
40 | 40 |
|
41 | | - - command: napari-cellseg3d.help |
| 41 | + - command: napari_cellseg3d.help |
42 | 42 | display_name: Help/About... |
0 commit comments