Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions biahub/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,11 @@ def format_options(self, ctx, formatter):
"import_path": "biahub.track.track_cli",
"help": "Track objects in 2D/3D time-lapse microscopy",
},
{
"name": "qc-fovs",
"import_path": "biahub.qc_fovs.qc_fovs_cli",
"help": "Analyze FOVs in OME HCS zarr stores for quality control",
},
]


Expand Down
Loading
Loading