-
Notifications
You must be signed in to change notification settings - Fork 1
/
.dockstore.yml
61 lines (56 loc) · 1.68 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
version: 1.2
workflows:
- name: "IGVF-single_cell_pipeline"
subclass: WDL
primaryDescriptorPath: /single_cell_pipeline.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "IGVF-sample_fastqs"
subclass: WDL
primaryDescriptorPath: /workflows/subwf_sample_fastqs.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "IGVF-check_inputs"
subclass: WDL
primaryDescriptorPath: /workflows/subwf_check_inputs_synapse.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "IGVF-kb_index"
subclass: WDL
primaryDescriptorPath: /workflows/subwf_kb_index.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "IGVF-kb_count"
subclass: WDL
primaryDescriptorPath: /workflows/subwf_rna.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "IGVF-chromap_index"
subclass: WDL
primaryDescriptorPath: /workflows/subwf_chromap_index.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/