CodeEntropy.cli module¶
Command-line entry point for CodeEntropy.
This module provides the CLI entry point used to run the multiscale cell correlation entropy workflow.
- The entry point is intentionally small and only responsible for:
Creating a job folder.
Constructing a CodeEntropyRunner.
Executing the entropy workflow.
Handling fatal errors with a non-zero exit code.