|
267 | 267 | tool: "v1.1.0-dev1/scatter-wf4.cwl#main" |
268 | 268 | doc: Test workflow scatter with two scatter parameters and dotproduct join method |
269 | 269 |
|
270 | | -- job: v1.0/scatter-empty-job1.json |
| 270 | +- job: v1.1.0-dev1/scatter-empty-job1.json |
271 | 271 | output: |
272 | 272 | out: [] |
273 | | - tool: v1.0/scatter-wf1.cwl |
| 273 | + tool: v1.1.0-dev1/scatter-wf1.cwl |
274 | 274 | doc: Test workflow scatter with single empty list parameter |
275 | 275 |
|
276 | | -- job: v1.0/scatter-empty-job2.json |
| 276 | +- job: v1.1.0-dev1/scatter-empty-job2.json |
277 | 277 | output: |
278 | 278 | out: [[], []] |
279 | | - tool: v1.0/scatter-wf2.cwl |
| 279 | + tool: v1.1.0-dev1/scatter-wf2.cwl |
280 | 280 | doc: Test workflow scatter with two scatter parameters and nested_crossproduct join method with second list empty |
281 | 281 |
|
282 | | -- job: v1.0/scatter-empty-job3.json |
| 282 | +- job: v1.1.0-dev1/scatter-empty-job3.json |
283 | 283 | output: |
284 | 284 | out: [] |
285 | | - tool: "v1.0/scatter-wf3.cwl#main" |
| 285 | + tool: "v1.1.0-dev1/scatter-wf3.cwl#main" |
286 | 286 | doc: Test workflow scatter with two scatter parameters and nested_crossproduct join method with first list empty |
287 | 287 |
|
288 | | -- job: v1.0/scatter-empty-job2.json |
| 288 | +- job: v1.1.0-dev1/scatter-empty-job2.json |
289 | 289 | output: |
290 | 290 | out: [] |
291 | | - tool: "v1.0/scatter-wf3.cwl#main" |
| 291 | + tool: "v1.1.0-dev1/scatter-wf3.cwl#main" |
292 | 292 | doc: Test workflow scatter with two scatter parameters, one of which is empty and flat_crossproduct join method |
293 | 293 |
|
294 | | -- job: v1.0/scatter-empty-job4.json |
| 294 | +- job: v1.1.0-dev1/scatter-empty-job4.json |
295 | 295 | output: |
296 | 296 | out: [] |
297 | | - tool: "v1.0/scatter-wf4.cwl#main" |
| 297 | + tool: "v1.1.0-dev1/scatter-wf4.cwl#main" |
298 | 298 | doc: Test workflow scatter with two empty scatter parameters and dotproduct join method |
299 | 299 |
|
300 | 300 | - tool: v1.1.0-dev1/echo-tool.cwl |
|
0 commit comments