|
41 | 41 | "checksum": "sha1$63da67422622fbf9251a046d7a34b7ea0fd4fead",
|
42 | 42 | "class": "File",
|
43 | 43 | "path": "foo.txt",
|
44 |
| - "size": 22 |
| 44 | + "size": 22, |
| 45 | + "basename": "foo.txt", |
| 46 | + "nameext": ".txt", |
| 47 | + "nameroot": "foo" |
45 | 48 | }
|
46 | 49 | job: draft-4/cat-job.json
|
47 | 50 | tool: draft-4/template-tool.cwl
|
|
54 | 57 | checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
|
55 | 58 | path: output.txt
|
56 | 59 | size: 13
|
| 60 | + basename: output.txt |
| 61 | + nameext: .txt |
| 62 | + nameroot: output |
57 | 63 | tool: draft-4/cat3-tool.cwl
|
58 | 64 | doc: Test command execution in Docker with stdout redirection
|
59 | 65 |
|
|
64 | 70 | checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
|
65 | 71 | path: output.txt
|
66 | 72 | size: 13
|
| 73 | + basename: output.txt |
| 74 | + nameext: .txt |
| 75 | + nameroot: output |
67 | 76 | tool: draft-4/cat4-tool.cwl
|
68 | 77 | doc: Test command execution in Docker with stdin and stdout redirection
|
69 | 78 |
|
|
109 | 118 | checksum: sha1$631bfbac524e2d04cdcc5ec33ade827fc10b06ae
|
110 | 119 | path: output
|
111 | 120 | size: 15
|
| 121 | + basename: output |
| 122 | + nameext: "" |
| 123 | + nameroot: output |
112 | 124 | tool: draft-4/wc-tool.cwl
|
113 | 125 | doc: Test command execution in with stdin and stdout redirection
|
114 | 126 |
|
|
179 | 191 | checksum: sha1$b3ec4ed1749c207e52b3a6d08c59f31d83bff519
|
180 | 192 | path: out
|
181 | 193 | size: 15
|
| 194 | + basename: out |
| 195 | + nameext: "" |
| 196 | + nameroot: out |
182 | 197 | tool: draft-4/env-tool1.cwl
|
183 | 198 | doc: Test EnvVarRequirement
|
184 | 199 |
|
|
224 | 239 | checksum: sha1$b3ec4ed1749c207e52b3a6d08c59f31d83bff519
|
225 | 240 | path: out
|
226 | 241 | size: 15
|
| 242 | + basename: out |
| 243 | + nameext: "" |
| 244 | + nameroot: out |
227 | 245 | tool: draft-4/env-wf1.cwl
|
228 | 246 | doc: Test requirement priority
|
229 | 247 |
|
|
234 | 252 | checksum: sha1$cdc1e84968261d6a7575b5305945471f8be199b6
|
235 | 253 | path: out
|
236 | 254 | size: 9
|
| 255 | + basename: out |
| 256 | + nameext: "" |
| 257 | + nameroot: out |
237 | 258 | tool: draft-4/env-wf2.cwl
|
238 | 259 | doc: Test requirements override hints
|
239 | 260 |
|
|
249 | 270 | checksum: sha1$b9214658cc453331b62c2282b772a5c063dbd284
|
250 | 271 | path: output.txt
|
251 | 272 | size: 1111
|
| 273 | + basename: output.txt |
| 274 | + nameext: .txt |
| 275 | + nameroot: output |
252 | 276 | tool: draft-4/revsort.cwl
|
253 | 277 | doc: Test sample workflows from the specification
|
254 | 278 |
|
|
259 | 283 | checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
|
260 | 284 | path: output.txt
|
261 | 285 | size: 13
|
| 286 | + basename: output.txt |
| 287 | + nameext: .txt |
| 288 | + nameroot: output |
262 | 289 | tool: draft-4/cat5-tool.cwl
|
263 | 290 | doc: Test unknown hints are ignored.
|
264 | 291 |
|
|
269 | 296 | checksum: sha1$e2dc9daaef945ac15f01c238ed2f1660f60909a0
|
270 | 297 | path: result.txt
|
271 | 298 | size: 142
|
| 299 | + basename: result.txt |
| 300 | + nameext: .txt |
| 301 | + nameroot: result |
272 | 302 | indexedfile: {
|
273 | 303 | "path": "input.txt",
|
| 304 | + "basename": "input.txt", |
| 305 | + "nameext": ".txt", |
| 306 | + "nameroot": "input", |
274 | 307 | "class": "File",
|
275 | 308 | "checksum": "sha1$327fc7aedf4f6b69a42a7c8b808dc5a7aff61376",
|
276 | 309 | "secondaryFiles": [
|
277 | 310 | {
|
278 | 311 | "path": "input.txt.idx1",
|
279 |
| - "class": "File" |
| 312 | + "class": "File", |
| 313 | + "basename": "input.txt.idx1", |
| 314 | + "nameext": ".idx1", |
| 315 | + "nameroot": "input.txt", |
280 | 316 | },
|
281 | 317 | {
|
282 | 318 | "path": "input.idx2",
|
283 |
| - "class": "File" |
| 319 | + "class": "File", |
| 320 | + "basename": "input.idx2", |
| 321 | + "nameext": ".idx2", |
| 322 | + "nameroot": "input", |
284 | 323 | },
|
285 | 324 | {
|
286 | 325 | "path": "input.txt.idx3",
|
287 |
| - "class": "File" |
| 326 | + "class": "File", |
| 327 | + "basename": "input.txt.idx3", |
| 328 | + "nameext": ".idx3", |
| 329 | + "nameroot": "input.txt", |
288 | 330 | },
|
289 | 331 | {
|
290 | 332 | "path": "input.txt.idx4",
|
291 |
| - "class": "File" |
| 333 | + "class": "File", |
| 334 | + "basename": "input.txt.idx4", |
| 335 | + "nameext": ".idx4", |
| 336 | + "nameroot": "input.txt", |
292 | 337 | },
|
293 | 338 | {
|
294 | 339 | "path": "input.txt.idx5",
|
295 |
| - "class": "File" |
| 340 | + "class": "File", |
| 341 | + "basename": "input.txt.idx5", |
| 342 | + "nameext": ".idx5", |
| 343 | + "nameroot": "input.txt", |
296 | 344 | }
|
297 | 345 | ],
|
298 | 346 | "size": 1111
|
|
309 | 357 | checksum: sha1$327fc7aedf4f6b69a42a7c8b808dc5a7aff61376
|
310 | 358 | path: fish.txt
|
311 | 359 | size: 1111
|
| 360 | + basename: fish.txt |
| 361 | + nameext: .txt |
| 362 | + nameroot: fish |
312 | 363 | tool: draft-4/rename.cwl
|
313 | 364 | doc: |
|
314 | 365 | Test CreateFileRequirement with expression in filename.
|
|
327 | 378 | size: 12
|
328 | 379 | class: File
|
329 | 380 | checksum: "sha1$f12e6cfe70f3253f70b0dbde17c692e7fb0f1e5e"
|
| 381 | + basename: output.txt |
| 382 | + nameext: .txt |
| 383 | + nameroot: output |
330 | 384 | tool: draft-4/schemadef-tool.cwl
|
331 | 385 | doc: |
|
332 | 386 | Test SchemaDefRequirement definition used in tool parameter
|
|
338 | 392 | size: 12
|
339 | 393 | class: File
|
340 | 394 | checksum: "sha1$f12e6cfe70f3253f70b0dbde17c692e7fb0f1e5e"
|
| 395 | + basename: output.txt |
| 396 | + nameext: .txt |
| 397 | + nameroot: output |
341 | 398 | tool: draft-4/schemadef-wf.cwl
|
342 | 399 | doc: |
|
343 | 400 | Test SchemaDefRequirement definition used in workflow parameter
|
|
542 | 599 | size: 13
|
543 | 600 | class: "File"
|
544 | 601 | checksum: "sha1$47a013e660d408619d894b20806b1d5086aab03b"
|
| 602 | + basename: output.txt |
| 603 | + nameext: .txt |
| 604 | + nameroot: output |
545 | 605 | doc: |
|
546 | 606 | Test optional output file and optional secondaryFile on output.
|
547 | 607 |
|
|
674 | 734 | output:
|
675 | 735 | "outdir": {
|
676 | 736 | "class": "Directory",
|
677 |
| - "hostfs": true, |
678 | 737 | "listing": [
|
679 | 738 | {
|
680 | 739 | "basename": "hello.txt",
|
|
0 commit comments