|
45 | 45 | }
|
46 | 46 | job: v1.0/cat-job.json
|
47 | 47 | tool: v1.0/template-tool.cwl
|
48 |
| - doc: Test CreateFileRequirement ExpressionEngineRequirement.engineConfig feature |
| 48 | + doc: Test InitialWorkDirRequirement ExpressionEngineRequirement.engineConfig feature |
49 | 49 |
|
50 | 50 | - job: v1.0/cat-job.json
|
51 | 51 | output:
|
|
327 | 327 | {
|
328 | 328 | "location": "input.txt.idx1",
|
329 | 329 | "class": "File",
|
| 330 | + "checksum": "sha1$553f3a09003a9f69623f03bec13c0b078d706023", |
| 331 | + "size": 1500 |
330 | 332 | },
|
331 | 333 | {
|
332 | 334 | "location": "input.idx2",
|
333 | 335 | "class": "File",
|
| 336 | + "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709", |
| 337 | + "size": 0 |
334 | 338 | },
|
335 | 339 | {
|
336 | 340 | "location": "input.txt.idx3",
|
337 | 341 | "class": "File",
|
| 342 | + "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709", |
| 343 | + "size": 0 |
338 | 344 | },
|
339 | 345 | {
|
340 | 346 | "location": "input.txt.idx4",
|
341 | 347 | "class": "File",
|
| 348 | + "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709", |
| 349 | + "size": 0 |
342 | 350 | },
|
343 | 351 | {
|
344 | 352 | "location": "input.txt.idx5",
|
345 | 353 | "class": "File",
|
| 354 | + "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709", |
| 355 | + "size": 0 |
346 | 356 | }
|
347 | 357 | ],
|
348 | 358 | "size": 1111
|
349 | 359 | }
|
350 | 360 | tool: "v1.0/search.cwl#main"
|
351 | 361 | doc: |
|
352 |
| - Test CreateFileRequirement linking input files and capturing secondaryFiles |
| 362 | + Test InitialWorkDirRequirement linking input files and capturing secondaryFiles |
353 | 363 | on input and output.
|
354 | 364 |
|
355 | 365 | - job: v1.0/rename-job.json
|
|
361 | 371 | size: 1111
|
362 | 372 | tool: v1.0/rename.cwl
|
363 | 373 | doc: |
|
364 |
| - Test CreateFileRequirement with expression in filename. |
| 374 | + Test InitialWorkDirRequirement with expression in filename. |
365 | 375 |
|
366 | 376 | - job: v1.0/wc-job.json
|
367 | 377 | output:
|
|
733 | 743 | "listing": [
|
734 | 744 | {
|
735 | 745 | "class": "File",
|
736 |
| - "location": "hello.txt" |
| 746 | + "location": "hello.txt", |
| 747 | + "checksum": "sha1$47a013e660d408619d894b20806b1d5086aab03b", |
| 748 | + "size": 13 |
737 | 749 | },
|
738 | 750 | {
|
739 | 751 | "class": "File",
|
740 |
| - "location": "goodbye.txt" |
| 752 | + "location": "goodbye.txt", |
| 753 | + "checksum": "sha1$dd0a4c4c49ba43004d6611771972b6cf969c1c01", |
| 754 | + "size": 24 |
741 | 755 | }
|
742 | 756 | ],
|
743 | 757 | }
|
|
0 commit comments