We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e92227 commit 6025e51Copy full SHA for 6025e51
_episodes/03-input.md
@@ -47,8 +47,15 @@ input object on the command line:
47
```
48
$ touch whale.txt
49
$ cwl-runner inp.cwl inp-job.yml
50
-[job 140020149614160] /home/example$ echo -f -i42 --example-string hello --file=/home/example/whale.txt
51
--f -i42 --example-string hello --file=/home/example/whale.txt
+[job inp.cwl] /tmp/tmpzrSnfX$ echo \
+ -f \
52
+ -i42 \
53
+ --example-string \
54
+ hello \
55
+ --file=/tmp/tmpRBSHIG/stg979b6d24-d50a-47e3-9e9e-90097eed2cbc/whale.txt
56
+-f -i42 --example-string hello --file=/tmp/tmpRBSHIG/stg979b6d24-d50a-47e3-9e9e-90097eed2cbc/whale.txt
57
+[job inp.cwl] completed success
58
+{}
59
Final process status is success
60
61
0 commit comments