forked from broadinstitute/gatk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockstore.yml
96 lines (96 loc) · 3.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
version: 1.2
workflows:
- 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
- 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
- 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
- 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
- name: cram2filtered
subclass: WDL
primaryDescriptorPath: /scripts/cnn_variant_wdl/cram2filtered.wdl
testParameterFiles:
- /scripts/cnn_variant_wdl/jsons/cram2filtered.json
filters:
branches:
- master
- name: cram2model
subclass: WDL
primaryDescriptorPath: /scripts/cnn_variant_wdl/cram2model.wdl
testParameterFiles:
- /scripts/cnn_variant_wdl/jsons/cram2model.json
filters:
branches:
- master
- name: Funcotator
subclass: WDL
primaryDescriptorPath: /scripts/funcotator_wdl/funcotator.wdl
testParameterFiles:
- /scripts/funcotator_wdl/funcotator.json
filters:
branches:
- master
- name: MitochondriaPipeline
subclass: WDL
primaryDescriptorPath: /scripts/mitochondria_m2_wdl/MitochondriaPipeline.wdl
testParameterFiles:
- /scripts/mitochondria_m2_wdl/test_mitochondria_m2_wdl.json
filters:
branches:
- master
- name: mutect2
subclass: WDL
primaryDescriptorPath: /scripts/mutect2_wdl/mutect2.wdl
testParameterFiles:
- /scripts/m2_cromwell_tests/mutect2.inputs.json
filters:
branches:
- master
- name: mutect2_pon
subclass: WDL
primaryDescriptorPath: /scripts/mutect2_wdl/mutect2_pon.wd
filters:
branches:
- master
- 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
- name: pathseq_pipeline
subclass: WDL
primaryDescriptorPath: /scripts/pathseq/wdl/pathseq_pipeline.wdl
testParameterFiles:
- /scripts/pathseq/wdl/pathseq_pipeline_template.json
filters:
branches:
- master