-
Notifications
You must be signed in to change notification settings - Fork 3
/
.dockstore.yml
59 lines (55 loc) · 1.67 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
version: 1.2
workflows:
- name: "SHARE-seq"
subclass: WDL
primaryDescriptorPath: /share-seq.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- IGVF-variant-jamboree
tags:
- /.*/
- name: "dorcs-find-dorcs"
subclass: WDL
primaryDescriptorPath: /workflows/subwf-find-dorcs.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
tags:
- /.*/
- name: "SHARE-seq-atac-archr"
subclass: WDL
primaryDescriptorPath: /workflows/subwf-atac-archr.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "SHARE-seq-rna-seurat"
subclass: WDL
primaryDescriptorPath: /workflows/subwf-rna-seurat.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
tags:
- /.*/
- name: "SHARE-seq-sample-demultiplexing"
subclass: WDL
primaryDescriptorPath: /workflows/subwf-preprocess.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
tags:
- /.*/
- name: "SHARE-seq-cell-annotation"
subclass: WDL
primaryDescriptorPath: /workflows/subwf-cell-annotation.wdl
filters: # Only develop or master branches and localAligner/** tags
branches:
- main
- dev
- cell-annotation
tags:
- /.*/