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:
  1. Creating a job folder.

  2. Constructing a CodeEntropyRunner.

  3. Executing the entropy workflow.

  4. Handling fatal errors with a non-zero exit code.

CodeEntropy.cli.main() None[source]

Run the entropy workflow.

Raises:

SystemExit – Exits with status code 1 on any unhandled exception.