VariantSubcloneTable.run#
missionbio.mosaic.workflows.variant_subclone_table.VariantSubcloneTable.run
- VariantSubcloneTable.run(mode: str = 'inline', **kwargs: Any) None#
 Starts the workflow
- Parameters:
 - modestr
 One of ‘inline’, ‘external’, or ‘jupyterlab’. If it’s ‘inline’ then the workflow is displayed in the notebook itself otherwise it’s displayed in a new tab in the browser or a new jupyterlab window.
- kwargsdict
 Passed to Dash.run. E.g. height, width, debug, etc.
- Raises:
 - ValueError:
 If the provided port value is already in use by another workflow or application
< Class VariantSubcloneTable