QuickstartΒΆ
Follow these steps to convert your first workflow.
Example: Snakemake β DAGManΒΆ
wf2wf convert -i Snakefile -o pipeline.dag --report-md
-i
/--input
β source workflow-o
/--output
β destination file--report-md
β generate a Markdown conversion report
Example: CWL β Nextflow with loss checkΒΆ
wf2wf convert -i analysis.cwl -o main.nf \
--out-format nextflow \
--fail-on-loss
See the Commands page for full CLI reference.