phenotypic.gui.builder package#

Dash + dash-cytoscape interactive ImagePipeline builder.

This subpackage provides a web-based node-graph editor for constructing phenotypic.ImagePipeline objects interactively. It is intended to run on an HPCC head node and be reached from a workstation via SSH port forwarding (ssh -L 8050:localhost:8050 user@hpcc).

Public API will be filled in by Phase 4 once create_app() exists.

phenotypic.gui.builder.__getattr__(name: str)[source]#

Lazily import builder objects to keep Dash off the import-time hot path.

Parameters:

name (str)