Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _episodes/07-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ cwl-runner docker.cwl docker-job.yml
/var/lib/cwl/job369354770_examples/hello.js > /tmp/tmpgugLND/output.txt
[job docker.cwl] completed success
{
"output": {
"example_out": {
"location": "file:///home/me/cwl/user_guide/output.txt",
"basename": "output.txt",
"class": "File",
Expand Down
2 changes: 1 addition & 1 deletion _includes/cwl/07-containers/docker.cwl
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ inputs:
inputBinding:
position: 1
outputs:
output:
example_out:
type: stdout
stdout: output.txt
2 changes: 1 addition & 1 deletion _includes/cwl/conformance-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
job: 07-containers/docker-job.yml
tool: 07-containers/docker.cwl
output:
output:
example_out:
class: File
checksum: sha1$648a6a6ffffdaa0badb23b8baf90b6168dd16b3a
basename: output.txt
Expand Down