File tree Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Expand file tree Collapse file tree 1 file changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -34,16 +34,24 @@ input object on the command line:
34
34
```
35
35
$ rm hello.tar || true && touch goodbye.txt && tar -cvf hello.tar goodbye.txt
36
36
$ cwl-runner tar-param.cwl tar-param-job.yml
37
- [job 139868145165200] $ tar xf /home/example/hello.tar goodbye.txt
38
- Final process status is success
37
+ [job tar-param.cwl] /tmp/tmpwH4ouT$ tar \
38
+ xf \
39
+ /tmp/tmpREYiEt/stgd7764383-99c9-4848-af51-7c2d6e5527d9/hello.tar \
40
+ goodbye.txt
41
+ [job tar-param.cwl] completed success
39
42
{
40
- "example_out": {
41
- "location": "goodbye.txt",
42
- "size": 24,
43
- "class": "File",
44
- "checksum": "sha1$dd0a4c4c49ba43004d6611771972b6cf969c1c01"
45
- }
43
+ "example_out": {
44
+ "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
45
+ "basename": "goodbye.txt",
46
+ "nameroot": "goodbye",
47
+ "nameext": ".txt",
48
+ "location": "file:///home/me/cwl/user_guide/goodbye.txt",
49
+ "path": "/home/me/cwl/user_guide/goodbye.txt",
50
+ "class": "File",
51
+ "size": 0
52
+ }
46
53
}
54
+ Final process status is success
47
55
```
48
56
49
57
Certain fields permit parameter references which are enclosed in ` $(...) ` .
You can’t perform that action at this time.
0 commit comments