From efc49c3e902a7ab89db2e669867e0e2aab3cdc50 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 23 May 2025 08:00:06 +0200 Subject: add argument output_format to workflow --- workflow/pandoc-filter-tool.cwl | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'workflow/pandoc-filter-tool.cwl') 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 -- cgit v1.2.3