File tree Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Expand file tree Collapse file tree 3 files changed +12
-18
lines changed Original file line number Diff line number Diff line change @@ -59,14 +59,12 @@ $ cwl-runner tar.cwl tar-job.yml
5959[job tar.cwl] completed success
6060{
6161 "example_out": {
62- "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
63- "basename": "hello.txt",
64- "nameroot": "hello",
65- "nameext": ".txt",
6662 "location": "file:///home/me/cwl/user_guide/hello.txt",
67- "path ": "/home/me/cwl/user_guide/ hello.txt",
63+ "basename ": "hello.txt",
6864 "class": "File",
69- "size": 0
65+ "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
66+ "size": 0,
67+ "path": "/home/me/cwl/user_guide/hello.txt"
7068 }
7169}
7270Final process status is success
Original file line number Diff line number Diff line change @@ -38,14 +38,12 @@ $ cwl-runner stdout.cwl echo-job.yml
3838[job stdout.cwl] completed success
3939{
4040 "example_out": {
41- "checksum": "sha1$47a013e660d408619d894b20806b1d5086aab03b",
42- "basename": "output.txt",
43- "nameroot": "output",
44- "nameext": ".txt",
4541 "location": "file:///home/me/cwl/user_guide/output.txt",
46- "path ": "/home/me/cwl/user_guide/ output.txt",
42+ "basename ": "output.txt",
4743 "class": "File",
48- "size": 13
44+ "checksum": "sha1$47a013e660d408619d894b20806b1d5086aab03b",
45+ "size": 13,
46+ "path": "/home/me/cwl/user_guide/output.txt"
4947 }
5048}
5149Final process status is success
Original file line number Diff line number Diff line change @@ -47,14 +47,12 @@ $ cwl-runner tar-param.cwl tar-param-job.yml
4747[job tar-param.cwl] completed success
4848{
4949 "extracted_file": {
50- "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
51- "basename": "goodbye.txt",
52- "nameroot": "goodbye",
53- "nameext": ".txt",
5450 "location": "file:///home/me/cwl/user_guide/goodbye.txt",
55- "path ": "/home/me/cwl/user_guide/ goodbye.txt",
51+ "basename ": "goodbye.txt",
5652 "class": "File",
57- "size": 0
53+ "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709",
54+ "size": 0,
55+ "path": "/home/me/cwl/user_guide/goodbye.txt"
5856 }
5957}
6058Final process status is success
You can’t perform that action at this time.
0 commit comments