|
327 | 327 | output:
|
328 | 328 | count_output: 16
|
329 | 329 | tool: tests/count-lines19-wf.cwl
|
330 |
| - label: wf_wc_nomultiple |
| 330 | + label: wf_wc_nomultiple_merge_nested |
331 | 331 | id: count-lines19-wf
|
332 | 332 | doc: >-
|
333 | 333 | Test when step source is a single-item list and linkMerge is
|
|
2986 | 2986 | "class": "File"
|
2987 | 2987 | "size": 12010
|
2988 | 2988 | tool: tests/initialworkdir-glob-fullpath.cwl
|
2989 |
| - doc: Test output of InitialWorkDir |
| 2989 | + label: initial_workdir_output_glob |
| 2990 | + doc: Test full path glob output of InitialWorkDir |
2990 | 2991 | tags: [ initial_work_dir, command_line_tool ]
|
2991 | 2992 | id: 230
|
2992 | 2993 |
|
| 2994 | +# same test as above but keeping it for preserve ids maybe? I don't know - |
| 2995 | +# there is a reason I added labels before these ids were here :) |
2993 | 2996 | - job: tests/initialworkdirrequirement-docker-out-job.json
|
2994 | 2997 | output:
|
2995 | 2998 | OUTPUT:
|
|
3004 | 3007 | "class": "File"
|
3005 | 3008 | "size": 12010
|
3006 | 3009 | tool: tests/initialworkdir-glob-fullpath.cwl
|
3007 |
| - doc: Test if full paths are allowed in glob |
3008 |
| - tags: [ initial_work_dir ] |
| 3010 | + label: initial_workdir_output_glob_duplicate |
| 3011 | + doc: Test full path glob output of InitialWorkDir (duplicate) |
| 3012 | + tags: [ initial_work_dir, command_line_tool ] |
3009 | 3013 | id: 231
|
3010 | 3014 |
|
3011 | 3015 | - job: tests/empty.json
|
3012 | 3016 | should_fail: true
|
3013 | 3017 | tool: tests/glob-path-error.cwl
|
| 3018 | + label: glob_outside_outputs_fails |
3014 | 3019 | doc: Test fail trying to glob outside output directory
|
3015 |
| - tags: [ required ] |
| 3020 | + tags: [ required, command_line_tool, docker ] |
3016 | 3021 | id: 232
|
3017 | 3022 |
|
3018 | 3023 | - job: tests/empty.json
|
|
3160 | 3165 | id: 239
|
3161 | 3166 |
|
3162 | 3167 | - doc: Test that if array of input files are staged to directory with basename and entryname, entryname overrides
|
3163 |
| - label: stage_file_array |
| 3168 | + label: stage_file_array_entryname_overrides |
3164 | 3169 | tool: tests/stage_file_array_basename_and_entryname.cwl
|
3165 | 3170 | job: tests/stage_file_array.job.json
|
3166 | 3171 | output:
|
|
0 commit comments