Skip to content

Commit fc4cb0f

Browse files
author
boysha
committed
Added args output and empty.json for null jobs
1 parent a4950f4 commit fc4cb0f

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

v1.0/conformance_test_v1.0.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
tool: v1.0/cat3-tool-mediumcut.cwl
7878
doc: Test command execution in Docker with stdout redirection
7979

80-
- job:
80+
- job: v1.0/empty.json
8181
tool: v1.0/egrep-stderr.cwl
8282
doc: Test command line with stderr redirection
8383
output:
@@ -87,7 +87,7 @@
8787
size: 84
8888
location: error.txt
8989

90-
- job:
90+
- job: v1.0/empty.json
9191
tool: v1.0/egrep-stderr-shortcut.cwl
9292
doc: Test command line with stderr redirection, brief syntax
9393
output:
@@ -103,7 +103,7 @@
103103
size: 84
104104
checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
105105
location: std.err
106-
job:
106+
job: v1.0/empty.json
107107
tool: v1.0/egrep-stderr-mediumcut.cwl
108108
doc: Test command line with stderr redirection, named brief syntax
109109

v1.0/v1.0/binding-test.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ inputs:
2323
inputBinding:
2424
position: -1
2525

26-
outputs: []
26+
outputs:
27+
args: string[]
2728

2829
baseCommand: python
2930
arguments: ["bwa", "mem"]

v1.0/v1.0/cat1-testcli.cwl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
}
3030
}
3131
],
32-
"outputs": [],
32+
"outputs": [{"id": "args", "type": "string[]"}],
3333
"baseCommand": "python",
3434
"arguments": ["cat"]
3535
}

v1.0/v1.0/tmap-tool.cwl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@
3838
"glob": "output.sam"
3939
},
4040
"type": ["null", "File"]
41-
}
41+
},
42+
{"id": "args", "type": "string[]"}
4243
],
4344
"requirements": [
4445
{"class": "SchemaDefRequirement",

0 commit comments

Comments
 (0)