-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.dockstore.yml
More file actions
328 lines (316 loc) · 10.5 KB
/
.dockstore.yml
File metadata and controls
328 lines (316 loc) · 10.5 KB
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
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
version: 1.2
workflows:
# =============================================================================
# PIPELINES - Complete analysis workflows combining multiple modules
# =============================================================================
- name: ww-bwa-gatk
subclass: WDL
primaryDescriptorPath: /pipelines/ww-bwa-gatk/ww-bwa-gatk.wdl
readMePath: /pipelines/ww-bwa-gatk/README.md
testParameterFiles:
- /pipelines/ww-bwa-gatk/inputs.json
authors:
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
description: "WDL workflow to align sequencing data using BWA and perform QC steps with GATK"
topic: variant-calling
filters:
branches:
- main
tags:
- genomics
- alignment
- variant-calling
- bwa
- gatk
- name: ww-ena-star
subclass: WDL
primaryDescriptorPath: /pipelines/ww-ena-star/ww-ena-star.wdl
readMePath: /pipelines/ww-ena-star/README.md
testParameterFiles:
- /pipelines/ww-ena-star/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
description: "WDL workflow to download raw sequencing data from ENA and align using STAR two-pass methodology"
topic: rna-seq
filters:
branches:
- main
tags:
- genomics
- rna-seq
- alignment
- star
- ena
- name: ww-fastq-to-cram
subclass: WDL
primaryDescriptorPath: /pipelines/ww-fastq-to-cram/ww-fastq-to-cram.wdl
readMePath: /pipelines/ww-fastq-to-cram/README.md
testParameterFiles:
- /pipelines/ww-fastq-to-cram/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
description: "Convert paired FASTQ files to unmapped CRAM format using WILDS WDL modules"
topic: alignment
filters:
branches:
- main
tags:
- genomics
- format-conversion
- fastq
- cram
- samtools
- name: ww-imputation
subclass: WDL
primaryDescriptorPath: /pipelines/ww-imputation/ww-imputation.wdl
readMePath: /pipelines/ww-imputation/README.md
testParameterFiles:
- /pipelines/ww-imputation/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
- name: Louisa Goss
email: lgoss2@fredhutch.org
role: Research Associate
affiliation: Fred Hutch Cancer Center
orcid: 0009-0005-2936-2405
description: "WDL workflow for genotype imputation from low-coverage WGS data using GLIMPSE2. Processes CRAM/BAM files against a reference panel to produce imputed VCF files."
topic: imputation
filters:
branches:
- main
tags:
- genomics
- imputation
- glimpse2
- low-coverage-wgs
- genotyping
- name: ww-jetlag
subclass: WDL
primaryDescriptorPath: /pipelines/ww-jetlag/ww-jetlag.wdl
readMePath: /pipelines/ww-jetlag/README.md
testParameterFiles:
- /pipelines/ww-jetlag/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
- name: Caroline Nondin
email: cnondin@fredhutch.org
role: Research Assistant
affiliation: Fred Hutch Cancer Center
orcid: 0009-0009-0955-5954
description: "WDL pipeline to calculate sunrise/sunset times and sun time differences across an array of geographic tiles as part of the SJL model pipeline"
topic: geospatial
filters:
branches:
- main
tags:
- geospatial
- solar-jetlag
- environmental-health
- sunrise-sunset
- name: ww-leukemia
subclass: WDL
primaryDescriptorPath: /pipelines/ww-leukemia/ww-leukemia.wdl
readMePath: /pipelines/ww-leukemia/README.md
testParameterFiles:
- /pipelines/ww-leukemia/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
- name: Sitapriya Moorthi
email: smoorthi@fredhutch.org
role: Staff Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0001-6372-5170
description: "Consensus variant calling workflow for human panel/PCR-based targeted DNA sequencing with focus on leukemia analysis - Refactored with WILDS modules"
topic: variant-calling
filters:
branches:
- main
tags:
- genomics
- variant-calling
- leukemia
- targeted-sequencing
- consensus-calling
- name: ww-saturation
subclass: WDL
primaryDescriptorPath: /pipelines/ww-saturation/ww-saturation.wdl
readMePath: /pipelines/ww-saturation/README.md
testParameterFiles:
- /pipelines/ww-saturation/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Sitapriya Moorthi
email: smoorthi@fredhutch.org
role: Staff Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0001-6372-5170
- name: Siobhan O'Brien
email: sobrien2@fredhutch.org
role: Post-Doctoral Research Fellow
affiliation: Fred Hutch Cancer Center
description: "WDL workflow to analyze saturation mutagenesis data using BWA alignment and GATK AnalyzeSaturationMutagenesis"
topic: saturation-mutagenesis
filters:
branches:
- main
tags:
- genomics
- saturation-mutagenesis
- bwa
- gatk
- functional-genomics
- name: ww-sra-salmon
subclass: WDL
primaryDescriptorPath: /pipelines/ww-sra-salmon/ww-sra-salmon.wdl
readMePath: /pipelines/ww-sra-salmon/README.md
testParameterFiles:
- /pipelines/ww-sra-salmon/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
description: "WDL workflow to download raw sequencing data from SRA and quantify using Salmon quasi-mapping"
topic: rna-seq
filters:
branches:
- main
tags:
- genomics
- rna-seq
- quantification
- salmon
- sra
- name: ww-sra-star
subclass: WDL
primaryDescriptorPath: /pipelines/ww-sra-star/ww-sra-star.wdl
readMePath: /pipelines/ww-sra-star/README.md
testParameterFiles:
- /pipelines/ww-sra-star/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
description: "WDL workflow to download raw sequencing data from SRA and align using STAR two-pass methodology"
topic: rna-seq
filters:
branches:
- main
tags:
- genomics
- rna-seq
- alignment
- star
- sra
- name: ww-star-deseq2
subclass: WDL
primaryDescriptorPath: /pipelines/ww-star-deseq2/ww-star-deseq2.wdl
readMePath: /pipelines/ww-star-deseq2/README.md
testParameterFiles:
- /pipelines/ww-star-deseq2/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
- name: Emma Bishop
email: ebishop@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0000-0003-4484-3336
- name: Ethan Bouvet
email: ebouvet@fredhutch.org
role: Research Technician
affiliation: Fred Hutch Cancer Center
description: "WDL workflow for RNA-seq alignment via STAR and DESeq2 differential expression analysis"
topic: differential-expression
filters:
branches:
- main
tags:
- genomics
- rna-seq
- differential-expression
- star
- deseq2
- name: ww-splicing-proteomics
subclass: WDL
primaryDescriptorPath: /pipelines/ww-splicing-proteomics/ww-splicing-proteomics.wdl
readMePath: /pipelines/ww-splicing-proteomics/README.md
testParameterFiles:
- /pipelines/ww-splicing-proteomics/inputs.json
authors:
- name: Taylor Firman
email: tfirman@fredhutch.org
role: Research Informatics Data Scientist
affiliation: Fred Hutch Cancer Center
orcid: 0009-0002-2052-1084
description: "WDL pipeline for alternative splicing proteomics: STAR alignment, rMATS differential splicing detection, and JCAST protein sequence translation"
topic: proteogenomics
filters:
branches:
- main
tags:
- genomics
- proteogenomics
- alternative-splicing
- rmats
- jcast
- star