-
Notifications
You must be signed in to change notification settings - Fork 591
/
.dockstore.yml
138 lines (138 loc) · 4.13 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
version: 1.2
workflows:
- name: cnv_germline_case_scattered_workflow
subclass: WDL
primaryDescriptorPath: /scripts/cnv_wdl/germline/cnv_germline_case_scattered_workflow.wdl
testParameterFiles:
- /scripts/cnv_cromwell_tests/germline/cnv_germline_case_scattered_workflow.json
filters:
branches:
- master
tags:
- /.*/
- name: cnv_germline_case_workflow
subclass: WDL
primaryDescriptorPath: /scripts/cnv_wdl/germline/cnv_germline_case_workflow.wdl
testParameterFiles:
- /scripts/cnv_cromwell_tests/germline/cnv_germline_case_scattered_workflow.json
filters:
branches:
- master
tags:
- /.*/
- name: cnv_germline_cohort_workflow
subclass: WDL
primaryDescriptorPath: /scripts/cnv_wdl/germline/cnv_germline_cohort_workflow.wdl
testParameterFiles:
- /scripts/cnv_cromwell_tests/germline/cnv_germline_cohort_workflow.json
filters:
branches:
- master
tags:
- /.*/
- name: cnv_somatic_pair_workflow
subclass: WDL
primaryDescriptorPath: /scripts/cnv_wdl/somatic/cnv_somatic_pair_workflow.wdl
testParameterFiles:
- /scripts/cnv_cromwell_tests/somatic/cnv_somatic_pair_wes_do-gc_workflow.json
filters:
branches:
- master
tags:
- /.*/
- name: cnv_somatic_panel_workflow
subclass: WDL
primaryDescriptorPath: /scripts/cnv_wdl/somatic/cnv_somatic_panel_workflow.wdl
testParameterFiles:
- /scripts/cnv_cromwell_tests/somatic/cnv_somatic_panel_wes_do-gc_workflow.json
filters:
branches:
- master
tags:
- /.*/
- name: cnv_joint_call_exomes
subclass: WDL
primaryDescriptorPath: /scripts/cnv_wdl/germline/joint_call_exome_cnvs.wdl
filters:
branches:
- master
tags:
- /.*/
- name: cram2filtered
subclass: WDL
primaryDescriptorPath: /scripts/cnn_variant_wdl/cram2filtered.wdl
testParameterFiles:
- /scripts/cnn_variant_wdl/jsons/cram2filtered.json
filters:
branches:
- master
tags:
- /.*/
- name: cram2model
subclass: WDL
primaryDescriptorPath: /scripts/cnn_variant_wdl/cram2model.wdl
testParameterFiles:
- /scripts/cnn_variant_wdl/jsons/cram2model.json
filters:
branches:
- master
tags:
- /.*/
- name: Funcotator
subclass: WDL
primaryDescriptorPath: /scripts/funcotator_wdl/funcotator.wdl
testParameterFiles:
- /scripts/funcotator_wdl/funcotator.json
filters:
branches:
- master
tags:
- /.*/
- name: MitochondriaPipeline
subclass: WDL
primaryDescriptorPath: /scripts/mitochondria_m2_wdl/MitochondriaPipeline.wdl
testParameterFiles:
- /scripts/mitochondria_m2_wdl/ExampleInputsMitochondriaPipeline.json
filters:
branches:
- master
tags:
- /.*/
- name: mutect2
subclass: WDL
primaryDescriptorPath: /scripts/mutect2_wdl/mutect2.wdl
testParameterFiles:
- /scripts/m2_cromwell_tests/mutect2.inputs.json
filters:
branches:
- master
tags:
- /.*/
- name: mutect2_pon
subclass: WDL
primaryDescriptorPath: /scripts/mutect2_wdl/mutect2_pon.wdl
filters:
branches:
- master
tags:
- /.*/
- name: run_happy
subclass: WDL
primaryDescriptorPath: /scripts/cnn_variant_wdl/run_happy.wdl
testParameterFiles:
- /scripts/cnn_variant_wdl/jsons/run_happy.json
filters:
branches:
- master
tags:
- /.*/
- name: pathseq_pipeline
subclass: WDL
primaryDescriptorPath: /scripts/pathseq/wdl/pathseq_pipeline.wdl
testParameterFiles:
- /scripts/pathseq/wdl/pathseq_pipeline_template.json
filters:
branches:
- master
tags:
- /.*/