diff options
Diffstat (limited to 'workflow/pandoc-filter-tool.cwl')
| -rwxr-xr-x | workflow/pandoc-filter-tool.cwl | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/workflow/pandoc-filter-tool.cwl b/workflow/pandoc-filter-tool.cwl index a433081..d657d08 100755 --- a/workflow/pandoc-filter-tool.cwl +++ b/workflow/pandoc-filter-tool.cwl @@ -13,20 +13,25 @@ inputs: type: File inputBinding: position: 1 + output_format: + type: string + inputBinding: + prefix: -t + position: 2 outputs: html_with_rdfa: type: File outputBinding: - glob: output + glob: output.${output_format} latex_with_xmp: type: File outputBinding: - glob: output + glob: output.${output_format} markdown: type: File outputBinding: - glob: output + glob: output.${output_format} stdout: output baseCommand: pandoc |
