diff options
Diffstat (limited to 'workflow/phase1.cwl')
| -rwxr-xr-x | workflow/phase1.cwl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/workflow/phase1.cwl b/workflow/phase1.cwl index 1aa0bc2..d4d40c0 100755 --- a/workflow/phase1.cwl +++ b/workflow/phase1.cwl @@ -7,17 +7,17 @@ $namespaces: license: https://spdx.org/licenses/ inputs: - annotated_markdown: File + annotated_Markdown: File outputs: - plain_markdown: + plain_Markdown: type: File outputSource: strip/markdown steps: strip: in: - input_file: annotated_markdown + input_file: annotated_Markdown output_format: default: commonmark run: pandoc-filter-tool.cwl |
