1 # Copyright (C) The Arvados Authors. All rights reserved.
3 # SPDX-License-Identifier: Apache-2.0
9 "location": "output.txt",
11 "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592"
13 tool: keep-dir-test-input.cwl
14 doc: Test directory in keep
20 "location": "output.txt",
22 "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592"
24 tool: keep-dir-test-input.cwl
25 doc: Test directory in keep
31 "location": "output.txt",
33 "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592"
35 tool: keep-dir-test-input2.cwl
36 doc: Test default directory in keep
42 "location": "output.txt",
44 "checksum": "sha1$13cda8661796ae241da3a18668fb552161a72592"
46 tool: keep-dir-test-input3.cwl
47 doc: Test default directory in keep
52 doc: Test hashes in filenames
54 - job: listing-job.yml
58 "location": "output.txt",
60 "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1"
63 tool: wf/listing_shallow.cwl
64 doc: test shallow directory listing
66 - job: listing-job.yml
70 "location": "output.txt",
72 "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1"
75 tool: wf/listing_none.cwl
76 doc: test no directory listing
78 - job: listing-job.yml
82 "location": "output.txt",
84 "checksum": "sha1$724ba28f4a9a1b472057ff99511ed393a45552e1"
87 tool: wf/listing_deep.cwl
88 doc: test deep directory listing
93 doc: "Test arv:ReuseRequirement"
95 - job: 12213-keepref-job.yml
99 "checksum": "sha1$1c78028c0d69163391eef89316b44a57bde3fead",
100 "location": "sample1_S01_R1_001.fastq.txt",
105 "checksum": "sha1$83483b9c65d99967aecc794c14f9f4743314d186",
106 "location": "sample2_S01_R3_001.fastq.txt",
112 tool: 12213-keepref-wf.cwl
113 doc: "Test manipulating keep references with expression tools"
118 tool: 12418-glob-empty-collection.cwl
119 doc: "Test glob output on empty collection"
124 tool: wf/runin-wf.cwl
125 doc: "RunInSingleContainer cwl.input.json needs to be consistent with pathmapper manipulations"
127 - job: secondary/wf-job.yml
129 tool: secondary/wf.cwl
130 doc: "RunInSingleContainer applies secondaryFile discovery & manipulation before generating cwl.input.yml"
135 tool: wf/runin-with-ttl-wf.cwl
136 doc: "RunInSingleContainer respects outputTTL"
138 - job: secret_test_job.yml
142 "location": "hashed_example.txt",
144 "checksum": "sha1$f45341c7f03b4dd10646c402908d1aea0d580f5d"
147 tool: wf/secret_wf.cwl
148 doc: "Test secret input parameters"
154 tool: wf/runin-reqs-wf.cwl
155 doc: "RunInSingleContainer handles dynamic resource requests on step"
160 tool: wf/runin-reqs-wf2.cwl
161 doc: "RunInSingleContainer handles dynamic resource requests on embedded subworkflow"
166 tool: wf/runin-reqs-wf3.cwl
168 doc: "RunInSingleContainer disallows dynamic resource request on subworkflow steps"
173 tool: wf/runin-reqs-wf4.cwl
174 doc: "RunInSingleContainer discovers static resource request in subworkflow steps"
176 - job: secondaryFiles/inp3.yml
178 tool: secondaryFiles/example1.cwl
179 doc: Discover secondaryFiles at runtime if they are in keep
183 tool: secondaryFiles/example3.cwl
184 doc: Discover secondaryFiles on default values
189 tool: wf-defaults/wf1.cwl
190 doc: "Can have separate default parameters including directory and file inside same directory"
195 tool: wf-defaults/wf2.cwl
196 doc: "Can have a parameter default value that is a directory literal with a file literal"
201 tool: wf-defaults/wf3.cwl
202 doc: "Do not accept a directory literal without a basename"
208 tool: wf-defaults/wf4.cwl
209 doc: default in embedded subworkflow missing 'id' field
215 tool: wf-defaults/wf5.cwl
216 doc: default in embedded subworkflow
221 tool: wf-defaults/wf6.cwl
222 doc: default in RunInSingleContainer step
227 tool: wf-defaults/wf7.cwl
228 doc: workflow level default in RunInSingleContainer