Skip to content

Commit bcb7fc6

Browse files
authored
Merge pull request #95 from common-workflow-language/change-output-for-07
Replace output identifier for section 7 with `example_out`
2 parents d6633ee + ccf9b25 commit bcb7fc6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

_episodes/07-containers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ $ cwl-runner docker.cwl docker-job.yml
6565
/var/lib/cwl/job369354770_examples/hello.js > /tmp/tmpgugLND/output.txt
6666
[job docker.cwl] completed success
6767
{
68-
"output": {
68+
"example_out": {
6969
"location": "file:///home/me/cwl/user_guide/output.txt",
7070
"basename": "output.txt",
7171
"class": "File",

_includes/cwl/07-containers/docker.cwl

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ inputs:
1212
inputBinding:
1313
position: 1
1414
outputs:
15-
output:
15+
example_out:
1616
type: stdout
1717
stdout: output.txt

_includes/cwl/conformance-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
job: 07-containers/docker-job.yml
5454
tool: 07-containers/docker.cwl
5555
output:
56-
output:
56+
example_out:
5757
class: File
5858
checksum: sha1$648a6a6ffffdaa0badb23b8baf90b6168dd16b3a
5959
basename: output.txt

0 commit comments

Comments
 (0)