-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.dockstore.yml
53 lines (45 loc) · 1.66 KB
/
.dockstore.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Test workflows for Dockstore WES
version: 1.2
workflows:
- name: single-descriptor-with-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w1/singleDescriptorWithInput.wdl
testParameterFiles:
- /workflows/wdl/w1/test.json
- name: multi-descriptor-no-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w2/multiDescriptorNoInput.wdl
- name: single-descriptor-no-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w3/singleDescriptorNoInput.wdl
- name: single-descriptor-nested-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w4/singleDescriptorNestedInput.wdl
testParameterFiles:
- /workflows/wdl/w4/inputJson.json
- name: single-descriptor-complex-nested-input
publish: true
subclass: WDL
primaryDescriptorPath: /workflows/wdl/w5/singleDescriptorComplexNestedInput.wdl
testParameterFiles:
- /workflows/wdl/w5/inputJson.json
- name: agc-hello-world
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/hello-world/Dockstore.wdl
- name: agc-hello-world-input
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/hello-world-inputs/Dockstore.wdl
testParameterFiles:
- /agc-examples/hello-world-inputs/input.json
- name: agc-fastq-read-counts
publish: true
subclass: WDL
primaryDescriptorPath: /agc-examples/fastq/Dockstore.wdl
testParameterFiles:
- /agc-examples/fastq/input.json