Merge pull request #2 from chapmanb/master Nested workflows, scatter, fixes for workflow output
Merge pull request #2 from chapmanb/master
Nested workflows, scatter, fixes for workflow output
Proof of concept converter from Common Workflow Language (CWL) to the Broad Institute’s Workflow Definition Language (WDL).
cwl2wdl <cwl_file>
OR
python cwl2wdl_dev.py <cwl_file>
Prints the WDL representation to stdout.
将Common Workflow Language (CWL) 工作流转换为Workflow Description Language (WDL) 的工具
cwl2wdl
Proof of concept converter from Common Workflow Language (CWL) to the Broad Institute’s Workflow Definition Language (WDL).
Usage
cwl2wdl <cwl_file>OR
python cwl2wdl_dev.py <cwl_file>Prints the WDL representation to stdout.
Resources