wf2wf DocumentationΒΆ

Welcome to wf2wf – the universal workflow-format converter.

Docs in progress

This documentation site is still growing. If something is missing, please open an issue or contribute a pull request!


Overview 🌐¢

wf2wf converts workflows between any supported engines via a loss-preserving Intermediate Representation (IR). Supported today:

β€’ Snakemake β€’ CWL β€’ Nextflow β€’ WDL β€’ Galaxy β€’ HTCondor DAGMan (+ BioCompute Objects)

Key features:

  • πŸ”„ Universal conversion – always A β†’ IR β†’ B for maximum fidelity.

  • 🧬 Loss mapping – records unexpressed fields in side-cars so nothing vanishes.

  • 🐳 Environment automation – Conda β†’ OCI β†’ Apptainer with SBOM generation.

  • βš– Regulatory support – Emits BioCompute Objects and provenance metadata.


Quick installΒΆ

pip install wf2wf            # or: conda install -c conda-forge wf2wf

Quick CLI tour πŸš€ΒΆ

# Convert Snakemake β†’ DAGMan and build container images
wf2wf convert -i Snakefile -o pipeline.dag --auto-env build --interactive

# Convert CWL β†’ Nextflow, aborting on information loss
wf2wf convert -i analysis.cwl -o main.nf --out-format nextflow --fail-on-loss


SectionsΒΆ

  • User Guide – step-by-step tutorials and best practices.

  • CLI Reference – exhaustive help for every command.

  • Developer Guide – IR schema, environment pipeline, contributor tips.

  • Changelog – project history and release notes.