|
1 | 1 | # Expressions
|
2 | 2 | - doc: Test for Expressions section
|
| 3 | + id: expressions |
3 | 4 | job: expressions/empty.yml
|
4 | 5 | tool: expressions/expression.cwl
|
5 | 6 | output:
|
|
12 | 13 |
|
13 | 14 | # Inputs
|
14 | 15 | - doc: Test for Essential Inputs section
|
| 16 | + id: essential-inputs |
15 | 17 | job: inputs/inp-job.yml
|
16 | 18 | tool: inputs/inp.cwl
|
17 | 19 | should_fail: false
|
18 | 20 | output: {}
|
19 | 21 |
|
20 | 22 | - doc: Test for Array Inputs section
|
| 23 | + id: array-inputs |
21 | 24 | job: inputs/array-inputs-job.yml
|
22 | 25 | tool: inputs/array-inputs.cwl
|
23 | 26 | output:
|
|
29 | 32 | size: 60
|
30 | 33 |
|
31 | 34 | - doc: Test for Include and Exclusive Inputs section (1st example)
|
| 35 | + id: include-exclusive-inputs1 |
32 | 36 | job: inputs/record-job1.yml
|
33 | 37 | tool: inputs/record.cwl
|
34 | 38 | should_fail: true
|
35 | 39 |
|
36 | 40 | - doc: Test for Include and Exclusive Inputs section (2nd example)
|
| 41 | + id: include-exclusive-inputs2 |
37 | 42 | job: inputs/record-job2.yml
|
38 | 43 | tool: inputs/record.cwl
|
39 | 44 | output:
|
|
45 | 50 | size: 23
|
46 | 51 |
|
47 | 52 | - doc: Test for Include and Exclusive Inputs section (3rd example)
|
| 53 | + id: include-exclusive-inputs3 |
48 | 54 | job: inputs/record-job3.yml
|
49 | 55 | tool: inputs/record.cwl
|
50 | 56 | output:
|
|
57 | 63 |
|
58 | 64 | # Additional Arguments and Parameters
|
59 | 65 | - doc: Test for Additional Arguments and Parameters section
|
| 66 | + id: additional-arguments-and-parameters |
60 | 67 | job: additional-arguments-and-parameters/arguments-job.yml
|
61 | 68 | tool: additional-arguments-and-parameters/arguments.cwl
|
62 | 69 | output:
|
|
69 | 76 |
|
70 | 77 | # Parameter References
|
71 | 78 | - doc: Test for Parameter References section
|
| 79 | + id: parameter-references |
72 | 80 | job: parameter-references/tar-param-job.yml
|
73 | 81 | tool: parameter-references/tar-param.cwl
|
74 | 82 | output:
|
|
81 | 89 |
|
82 | 90 | # Outputs
|
83 | 91 | - doc: Test for Outputs section
|
| 92 | + id: outputs-section |
84 | 93 | job: outputs/tar-job.yml
|
85 | 94 | tool: outputs/tar.cwl
|
86 | 95 | output:
|
|
92 | 101 | size: 0
|
93 | 102 |
|
94 | 103 | - doc: Test for Outputs, Capturing Standard Output section
|
| 104 | + id: outputs-capturing-stdout |
95 | 105 | job: outputs/echo-job.yml
|
96 | 106 | tool: outputs/stdout.cwl
|
97 | 107 | output:
|
|
103 | 113 | size: 13
|
104 | 114 |
|
105 | 115 | - doc: Test for Outputs, Array Outputs section
|
| 116 | + id: outputs-array-outputs |
106 | 117 | job: outputs/array-outputs-job.yml
|
107 | 118 | tool: outputs/array-outputs.cwl
|
108 | 119 | output:
|
|
121 | 132 | # Custom Types
|
122 | 133 | # NOTE: The checksum is always changed for every execution
|
123 | 134 | - doc: Test for Custom Types section
|
| 135 | + id: custom-types |
124 | 136 | job: custom-types/custom-types.yml
|
125 | 137 | tool: custom-types/custom-types.cwl
|
126 | 138 | output:
|
127 | 139 | result:
|
128 | 140 | class: File
|
129 | 141 | basename: rich_sparse_otu_table.hdf5
|
130 | 142 | location: Any
|
131 |
| - size: 46992 |
| 143 | + size: 46936 |
132 | 144 |
|
133 | 145 | # Workflows
|
134 | 146 | - doc: Test for Workflows section
|
| 147 | + id: workflows-1st-workflow |
135 | 148 | job: workflows/1st-workflow-job.yml
|
136 | 149 | tool: workflows/1st-workflow.cwl
|
137 | 150 | output:
|
|
144 | 157 |
|
145 | 158 | - doc: Test for Workflows, Nested Workflows section
|
146 | 159 | tool: workflows/nestedworkflows.cwl
|
| 160 | + id: workflows-nestedworkflows |
147 | 161 | output:
|
148 | 162 | classout:
|
149 | 163 | class: File
|
|
164 | 178 |
|
165 | 179 | # Environment Variables
|
166 | 180 | - doc: Test for Environment Variables section
|
| 181 | + id: environment-variables |
167 | 182 | job: environment-variables/echo-job.yml
|
168 | 183 | tool: environment-variables/env.cwl
|
169 | 184 | output:
|
|
174 | 189 |
|
175 | 190 | # Using Containers
|
176 | 191 | - doc: Test for Using Containers section
|
| 192 | + id: using-containers |
177 | 193 | job: using-containers/docker-job.yml
|
178 | 194 | tool: using-containers/docker.cwl
|
179 | 195 | output:
|
|
186 | 202 |
|
187 | 203 | # Creating files at runtime
|
188 | 204 | - doc: Test for Creating files at runtime section
|
| 205 | + id: creating-files-at-runtime |
189 | 206 | job: creating-files-at-runtime/echo-job.yml
|
190 | 207 | tool: creating-files-at-runtime/createfile.cwl
|
191 | 208 | output:
|
|
198 | 215 |
|
199 | 216 | # Staging input files
|
200 | 217 | - doc: Test for Staging input files section
|
| 218 | + id: staging-input-files |
201 | 219 | job: staging-input-files/arguments-job.yml
|
202 | 220 | tool: staging-input-files/linkfile.cwl
|
203 | 221 | output:
|
|
211 | 229 | # File formats
|
212 | 230 | # NOTE: The checksum and size is always changed for every execution
|
213 | 231 | - doc: Test for File formats section
|
| 232 | + id: file-formats |
214 | 233 | job: file-formats/sample.yml
|
215 | 234 | tool: file-formats/metadata_example.cwl
|
216 | 235 | output:
|
|
222 | 241 | # Metadata and authorship
|
223 | 242 | # NOTE: The checksum and size is always changed for every executions
|
224 | 243 | - doc: Test for Metadata and authorship section (1st example)
|
| 244 | + id: metadata-and-authorship |
225 | 245 | job: metadata-and-authorship/sample.yml
|
226 | 246 | tool: metadata-and-authorship/metadata_example2.cwl
|
227 | 247 | output:
|
|
231 | 251 | location: Any
|
232 | 252 |
|
233 | 253 | - doc: Test for Metadata and authorship section (extended example)
|
| 254 | + id: metadata-and-authorship-extended |
234 | 255 | job: metadata-and-authorship/sample.yml
|
235 | 256 | tool: metadata-and-authorship/metadata_example3.cwl
|
236 | 257 | output:
|
|
0 commit comments