oxo-flow diff#
Compare two .oxoflow workflow files and show differences.
Usage#
Arguments#
| Argument | Description |
|---|---|
<WORKFLOW_A> |
First workflow file |
<WORKFLOW_B> |
Second workflow file |
Examples#
Compare two workflows#
Output#
oxo-flow 0.6.1 — Bioinformatics Pipeline Engine
Diff: 2 difference(s) between v1.oxoflow and v2.oxoflow:
• [rule] rule 'bwa_align' shell command changed
• [config] variable 'threads' changed from 8 to 16
Notes#
- Performs a semantic comparison of workflow structures, not just a line-by-line diff
- Detects changes in rules, configuration variables, and metadata
- Useful for tracking changes during pipeline development