Skip to content

Commit 144835e

Browse files
authored
Merge pull request #96 from common-workflow-language/change-output-for-05
Replace output identifier `output` with `example_out`
2 parents c1da84c + 904ac48 commit 144835e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_episodes/05-stdout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ cwl-runner stdout.cwl echo-job.yml
3737
'Hello world!' > /tmp/tmpE0gTz7/output.txt
3838
[job stdout.cwl] completed success
3939
{
40-
"output": {
40+
"example_out": {
4141
"checksum": "sha1$47a013e660d408619d894b20806b1d5086aab03b",
4242
"basename": "output.txt",
4343
"nameroot": "output",

_includes/cwl/05-stdout/stdout.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ inputs:
1010
inputBinding:
1111
position: 1
1212
outputs:
13-
output:
13+
example_out:
1414
type: stdout

_includes/cwl/conformance-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
job: 05-stdout/echo-job.yml
3030
tool: 05-stdout/stdout.cwl
3131
output:
32-
output:
32+
example_out:
3333
class: File
3434
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
3535
basename: output.txt

0 commit comments

Comments
 (0)