Parent
Part of generalized allelic typing system design (discussed in conversation 2026-05-22)
What to build
Add torchbase workflow inspect <strategy|torch-path> command that renders workflow pipeline as ASCII box diagram. Shows task flow, conditionals, and key parameters.
Works for:
- Built-in workflows:
torchbase workflow inspect balanced
- Torch-embedded workflows:
torchbase workflow inspect path/to/torch/
Rendering:
- Parse WDL using miniwdl or similar library
- Generate ASCII diagram with boxes for tasks
- Show conditional branches with
├──[condition]──┐ notation
- Include task names + key parameters by default
- Add
--verbose flag for full parameter details
Surface WDL parsing errors but don't validate workflow correctness.
Acceptance criteria
Blocked by
#55 - Fast Strategy Workflow
#56 - Balanced Strategy Workflow
#57 - Sensitive Strategy Workflow
Parent
Part of generalized allelic typing system design (discussed in conversation 2026-05-22)
What to build
Add
torchbase workflow inspect <strategy|torch-path>command that renders workflow pipeline as ASCII box diagram. Shows task flow, conditionals, and key parameters.Works for:
torchbase workflow inspect balancedtorchbase workflow inspect path/to/torch/Rendering:
├──[condition]──┐notation--verboseflag for full parameter detailsSurface WDL parsing errors but don't validate workflow correctness.
Acceptance criteria
torchbase workflow inspectcommand exists--verboseflag shows full detailsBlocked by
#55 - Fast Strategy Workflow
#56 - Balanced Strategy Workflow
#57 - Sensitive Strategy Workflow