summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2025-05-23 08:17:00 +0200
committerJonas Smedegaard <dr@jones.dk>2025-05-23 08:17:00 +0200
commitb0afcfac55e75c7f876f4ce2e43dff7f33017a2b (patch)
tree41434aec6cf83d8c06572b3533cb5d8fbf0a8cdf
parentefc49c3e902a7ab89db2e669867e0e2aab3cdc50 (diff)
prepend phase to step, to sort top-down
-rwxr-xr-xworkflow/phases.cwl16
1 files changed, 8 insertions, 8 deletions
diff --git a/workflow/phases.cwl b/workflow/phases.cwl
index e4562be..208ef63 100755
--- a/workflow/phases.cwl
+++ b/workflow/phases.cwl
@@ -12,19 +12,19 @@ inputs:
outputs:
annotated_html:
type: File
- outputSource: convert_to_html/html_with_rdfa
+ outputSource: phase3_convert_to_html/html_with_rdfa
annotated_pdf:
type: File
- outputSource: convert_to_pdf/latex_with_xmp
+ outputSource: phase3_convert_to_pdf/latex_with_xmp
markdown_with_metadata:
type: File
- outputSource: extract/markdown
+ outputSource: phase2_extract/markdown
plain_markdown:
type: File
- outputSource: strip/markdown
+ outputSource: phase1_strip/markdown
steps:
- convert_to_html:
+ phase3_convert_to_html:
in:
input_file: annotated_markdown
output_format:
@@ -33,7 +33,7 @@ steps:
out:
- html_with_rdfa
- latex_with_xmp
- convert_to_pdf:
+ phase3_convert_to_pdf:
in:
input_file: annotated_markdown
output_format:
@@ -42,7 +42,7 @@ steps:
out:
- html_with_rdfa
- latex_with_xmp
- extract:
+ phase2_extract:
in:
input_file: annotated_markdown
output_format:
@@ -50,7 +50,7 @@ steps:
run: pandoc-filter-tool.cwl
out:
- markdown
- strip:
+ phase1_strip:
in:
input_file: annotated_markdown
output_format: