CWL 2 Markdown¶
CWL 2 Markdown is a Transpiler-Mate plugin that creates Markdown pages for CWL workflows and includes project information from document-level Schema.org metadata.
Use these docs by intent:
- Tutorials: learn by completing a guided path.
- How-to guides: solve specific tasks.
- Reference: look up commands, APIs, and configuration.
- Explanation: understand design decisions and concepts.
Quick start¶
python -m pip install cwl2markdown transpiler-mate-runtime
transpiler-mate cwl2markdown --output build/docs workflow.cwl
Start with the guided tutorial for a complete, working CWL example.