-
Notifications
You must be signed in to change notification settings - Fork 17
/
.dockstore.yml
295 lines (295 loc) · 9.99 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
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
version: 1.2
workflows:
- name: TheiaEuk_Illumina_PE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiaeuk/wf_theiaeuk_illumina_pe.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Cauris_CladeTyper_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiaeuk/wf_cauris_cladetyper.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Snippy_Variants_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_snippy_variants.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Snippy_Tree_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_snippy_tree.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Nullarbor_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_nullarbor.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaCoV_ClearLabs_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/wf_theiacov_clearlabs.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaCoV_ONT_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/wf_theiacov_ont.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaCoV_Illumina_PE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/wf_theiacov_illumina_pe.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaCoV_Illumina_SE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/wf_theiacov_illumina_se.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaCoV_FASTA_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/wf_theiacov_fasta.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaCoV_FASTA_Batch_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/wf_theiacov_fasta_batch.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Mercury_Prep_N_Batch_PHB
subclass: WDL
primaryDescriptorPath: /workflows/submission/wf_mercury_prep_n_batch.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Terra_2_NCBI_PHB
subclass: WDL
primaryDescriptorPath: /workflows/submission/wf_terra_2_ncbi.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Augur_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_augur.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Augur_Prep_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_augur_prep.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Pangolin_Update_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/updates/wf_pangolin_update.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: VADR_Update_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/updates/wf_vadr_update.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: NCBI_Scrub_SE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/updates/wf_ncbi_scrub_se.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: NCBI_Scrub_PE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiacov/updates/wf_ncbi_scrub_pe.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Freyja_FASTQ_PHB
subclass: WDL
primaryDescriptorPath: /workflows/freyja/wf_freyja_fastq.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Freyja_Plot_PHB
subclass: WDL
primaryDescriptorPath: /workflows/freyja/wf_freyja_plot.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Freyja_Dashboard_PHB
subclass: WDL
primaryDescriptorPath: /workflows/freyja/wf_freyja_dashboard.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Freyja_Update_PHB
subclass: WDL
primaryDescriptorPath: /workflows/freyja/wf_freyja_update.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: kSNP3_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_ksnp3.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: MashTree_FASTA_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_mashtree_fasta.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Core_Gene_SNP_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_core_gene_snp.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaProk_Illumina_PE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiaprok/wf_theiaprok_illumina_pe.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaProk_Illumina_SE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiaprok/wf_theiaprok_illumina_se.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaProk_FASTA_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiaprok/wf_theiaprok_fasta.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaProk_ONT_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiaprok/wf_theiaprok_ont.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Gambit_Query_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_gambit_query.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: NCBI-AMRFinderPlus_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_amrfinderplus.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Kraken2_PE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_kraken2_pe.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Kraken2_SE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_kraken2_se.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Kraken2_ONT_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_kraken2_ont.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: RASUSA_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_rasusa.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: BaseSpace_Fetch_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/data_import/wf_basespace_fetch.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: SRA_Fetch_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/data_import/wf_sra_fetch.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Terra_2_BQ_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/data_import/wf_terra_2_bq.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Fetch_SRR_Accession_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/data_import/wf_fetch_srr_accession.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Concatenate_Column_Content_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/file_handling/wf_concatenate_column.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Find_Shared_Variants_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_find_shared_variants.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Transfer_Column_Content_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/file_handling/wf_transfer_column.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Zip_Column_Content_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/file_handling/wf_zip_column.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Lyve_SET_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_lyveset.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaMeta_Illumina_PE_PHB
subclass: WDL
primaryDescriptorPath: /workflows/theiameta/wf_theiameta_illumina_pe.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Snippy_Streamline_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_snippy_streamline.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Assembly_Fetch_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/data_import/wf_assembly_fetch.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TheiaValidate_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/wf_theiavalidate.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Samples_to_Ref_Tree_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_nextclade_addToRefTree.wdl
- name: Terra_2_GISAID_PHB
subclass: WDL
primaryDescriptorPath: /workflows/submission/wf_terra_2_gisaid.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Usher_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_usher.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: CZGenEpi_Prep_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/wf_czgenepi_prep.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: TBProfiler_tNGS_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_tbprofiler_tngs.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Rename_FASTQ_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/file_handling/wf_rename_fastq_files.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Gambit_Core_PHB
subclass: WDL
primaryDescriptorPath: /workflows/standalone_modules/wf_gambitcore.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Create_Terra_Table_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/data_import/wf_create_terra_table.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Snippy_Streamline_FASTA_PHB
subclass: WDL
primaryDescriptorPath: /workflows/phylogenetics/wf_snippy_streamline_fasta.wdl
testParameterFiles:
- /tests/inputs/empty.json
- name: Concatenate_Illumina_Lanes_PHB
subclass: WDL
primaryDescriptorPath: /workflows/utilities/file_handling/wf_concatenate_illumina_lanes.wdl
testParameterFiles:
- /tests/inputs/empty.json