comparison env/lib/python3.9/site-packages/cwltool/tests/wf/cache_test_workflow.cwl @ 0:4f3585e2f14b draft default tip

"planemo upload commit 60cee0fc7c0cda8592644e1aad72851dec82c959"
author shellac
date Mon, 22 Mar 2021 18:12:50 +0000
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4f3585e2f14b
1 #!/usr/bin/env cwl-runner
2
3 cwlVersion: v1.0
4 class: Workflow
5
6 inputs: []
7 outputs: []
8
9 steps:
10 task1:
11 run: touch_tool.cwl
12 in:
13 message:
14 default: one
15 out: []
16 task2:
17 run: touch_tool.cwl
18 in:
19 message:
20 default: two
21 out: []