|
63 | 63 | output_file:
|
64 | 64 | class: File
|
65 | 65 | checksum: sha1$47a013e660d408619d894b20806b1d5086aab03b
|
66 |
| - location: |
| 66 | + location: Any |
67 | 67 | size: 13
|
68 | 68 | doc: Test command execution in Docker with simplified syntax stdout redirection
|
69 | 69 |
|
|
77 | 77 | tool: v1.0/cat3-tool-mediumcut.cwl
|
78 | 78 | doc: Test command execution in Docker with stdout redirection
|
79 | 79 |
|
80 |
| -- job: |
| 80 | +- job: v1.0/empty.json |
81 | 81 | tool: v1.0/egrep-stderr.cwl
|
82 | 82 | doc: Test command line with stderr redirection
|
83 | 83 | output:
|
|
87 | 87 | size: 84
|
88 | 88 | location: error.txt
|
89 | 89 |
|
90 |
| -- job: |
| 90 | +- job: v1.0/empty.json |
91 | 91 | tool: v1.0/egrep-stderr-shortcut.cwl
|
92 | 92 | doc: Test command line with stderr redirection, brief syntax
|
93 | 93 | output:
|
|
103 | 103 | size: 84
|
104 | 104 | checksum: sha1$cec7b8746a78c42060c96505887449bca0142976
|
105 | 105 | location: std.err
|
106 |
| - job: |
| 106 | + job: v1.0/empty.json |
107 | 107 | tool: v1.0/egrep-stderr-mediumcut.cwl
|
108 | 108 | doc: Test command line with stderr redirection, named brief syntax
|
109 | 109 |
|
|
287 | 287 | tool: v1.0/env-wf2.cwl
|
288 | 288 | doc: Test requirements override hints
|
289 | 289 |
|
| 290 | +- job: v1.0/env-job.json |
| 291 | + output: |
| 292 | + out: |
| 293 | + class: File |
| 294 | + checksum: sha1$cdc1e84968261d6a7575b5305945471f8be199b6 |
| 295 | + location: out |
| 296 | + size: 9 |
| 297 | + tool: v1.0/env-wf3.cwl |
| 298 | + doc: Test requirements on workflow steps |
| 299 | + |
290 | 300 | - job: v1.0/empty.json
|
291 | 301 | output: {count_output: 16}
|
292 | 302 | tool: v1.0/count-lines9-wf.cwl
|
|
649 | 659 | }
|
650 | 660 | }
|
651 | 661 | tool: v1.0/test-cwl-out.cwl
|
652 |
| - doc: Test support for reading cwl.output.json when running in Docker container |
| 662 | + doc: | |
| 663 | + Test support for reading cwl.output.json when running in a Docker container |
| 664 | + and just 'path' is provided. |
| 665 | +
|
| 666 | +- job: v1.0/empty.json |
| 667 | + output: { |
| 668 | + "foo": { |
| 669 | + "location": "foo", |
| 670 | + "class": "File", |
| 671 | + "checksum": "sha1$f1d2d2f924e986ac86fdf7b36c94bcdf32beec15", |
| 672 | + "size": 4 |
| 673 | + } |
| 674 | + } |
| 675 | + tool: v1.0/test-cwl-out2.cwl |
| 676 | + doc: | |
| 677 | + Test support for reading cwl.output.json when running in a Docker container |
| 678 | + and just 'location' is provided. |
653 | 679 |
|
654 | 680 | - job: v1.0/abc.json
|
655 | 681 | output:
|
|
763 | 789 | - job: v1.0/dir4-job.yml
|
764 | 790 | output: {
|
765 | 791 | "outlist": {
|
766 |
| - "checksum": "sha1$2ab6f189e84753c05a23413fbf6b6fbf4c53489f", |
767 |
| - "size": 90, |
768 |
| - "location": "output.txt", |
769 |
| - "class": "File" |
| 792 | + "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592", |
| 793 | + "size": 20, |
| 794 | + "location": "output.txt", |
| 795 | + "class": "File" |
770 | 796 | }
|
771 | 797 | }
|
772 | 798 | tool: v1.0/dir4.cwl
|
|
883 | 909 | "size": 12010
|
884 | 910 | tool: v1.0/initialworkdirrequirement-docker-out.cwl
|
885 | 911 | doc: Test output of InitialWorkDir
|
| 912 | + |
| 913 | +- job: v1.0/wc-job.json |
| 914 | + output: {count_output: 16} |
| 915 | + tool: v1.0/count-lines10-wf.cwl |
| 916 | + doc: Test embedded subworkflow |
| 917 | + |
| 918 | +- job: v1.0/docker-array-secondaryfiles-job.json |
| 919 | + output: { |
| 920 | + "bai_list": { |
| 921 | + "checksum": "sha1$081fc0e57d6efa5f75eeb237aab1d04031132be6", |
| 922 | + "location": "fai.list", |
| 923 | + "class": "File", |
| 924 | + "size": 386 |
| 925 | + } |
| 926 | + } |
| 927 | + tool: v1.0/docker-array-secondaryfiles.cwl |
| 928 | + doc: Test secondaryFiles on array of files. |
| 929 | + |
| 930 | +- job: v1.0/dir7.yml |
| 931 | + output: { |
| 932 | + "dir": { |
| 933 | + "location": "a_directory", |
| 934 | + "class": "Directory", |
| 935 | + "listing": [ |
| 936 | + { |
| 937 | + "class": "File", |
| 938 | + "location": "whale.txt", |
| 939 | + "checksum": "sha1$327fc7aedf4f6b69a42a7c8b808dc5a7aff61376", |
| 940 | + "size": 1111 |
| 941 | + }, |
| 942 | + { |
| 943 | + "class": "File", |
| 944 | + "location": "hello.txt", |
| 945 | + "checksum": "sha1$47a013e660d408619d894b20806b1d5086aab03b", |
| 946 | + "size": 13 |
| 947 | + } |
| 948 | + ] |
| 949 | + } |
| 950 | + } |
| 951 | + tool: v1.0/dir7.cwl |
| 952 | + doc: Test directory literal output created by ExpressionTool |
| 953 | + |
| 954 | +- job: v1.0/empty.json |
| 955 | + output: |
| 956 | + lit: |
| 957 | + location: "a_file" |
| 958 | + class: "File" |
| 959 | + checksum: "sha1$fea23663b9c8ed71968f86415b5ec091bb111448" |
| 960 | + size: 19 |
| 961 | + tool: v1.0/file-literal-ex.cwl |
| 962 | + doc: Test file literal output created by ExpressionTool |
| 963 | + |
| 964 | +- job: v1.0/empty.json |
| 965 | + output: |
| 966 | + "thing": { |
| 967 | + "checksum": "sha1$da39a3ee5e6b4b0d3255bfef95601890afd80709", |
| 968 | + "location": "thing", |
| 969 | + "class": "File", |
| 970 | + "size": 0 |
| 971 | + } |
| 972 | + tool: v1.0/docker-output-dir.cwl |
| 973 | + doc: Test dockerOutputDirectory |
0 commit comments