Skip to content

Commit 63dcbdc

Browse files
author
Peter Amstutz
committed
Merge branch 'master' of github.com:common-workflow-language/common-workflow-language
# Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
2 parents 09bd8ef + 6f9cb1c commit 63dcbdc

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

draft-4/conformance_test_draft-4.yaml

+2-19
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,6 @@
6464
class: File
6565
checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
6666
location:
67-
path: Any
6867
size: 13
6968
doc: Test command execution in Docker with simplified syntax stdout redirection
7069

@@ -79,40 +78,24 @@
7978
doc: Test command execution in Docker with stdout redirection
8079

8180
- job:
82-
output: {
83-
"output_file": {
84-
"checksum": "sha1$cec7b8746a78c42060c96505887449bca0142976",
85-
"size": 84,
86-
"location": "error.txt",
87-
"class": "File"
88-
}
89-
}
9081
tool: draft-4/egrep-stderr.cwl
9182
doc: Test command line with stderr redirection
9283
output:
9384
output_file:
9485
class: File
9586
checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
9687
size: 84
97-
path: error.txt
88+
location: error.txt
9889

9990
- job:
100-
output: {
101-
"output_file": {
102-
"checksum": "sha1$cec7b8746a78c42060c96505887449bca0142976",
103-
"size": 84,
104-
"location": "",
105-
"class": "File"
106-
}
107-
}
10891
tool: draft-4/egrep-stderr-shortcut.cwl
10992
doc: Test command line with stderr redirection, brief syntax
11093
output:
11194
output_file:
11295
class: File
11396
checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
11497
size: 84
115-
path: Any
98+
location: Any
11699

117100
- output:
118101
output_file:

draft-4/draft-4/scatter-valuefrom-wf5.cwl

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env cwl-runner
2-
cwlVersion: cwl:draft-4.dev2
2+
cwlVersion: cwl:draft-4.dev3
33
class: Workflow
44
inputs:
55
inp:

0 commit comments

Comments
 (0)