Skip to content

Commit 573a438

Browse files
authored
Merge pull request #147 from tsuchi8/fix_extension_episode_4-6
edit example_output values
2 parents 00df367 + 5353560 commit 573a438

File tree

3 files changed

+12
-18
lines changed

3 files changed

+12
-18
lines changed

_episodes/04-output.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}
7270
Final process status is success

_episodes/05-stdout.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}
5149
Final process status is success

_episodes/06-params.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff 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
}
6058
Final process status is success

0 commit comments

Comments
 (0)