-
Notifications
You must be signed in to change notification settings - Fork 30
/
.dockstore.yml
47 lines (46 loc) · 1.64 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
version: 1.2
workflows:
- name: HiFi-human-WGS-WDL
subclass: WDL
primaryDescriptorPath: /workflows/main.wdl
readMePath: /README.md
authors:
- orcid: 0000-0001-5921-2022 # Juniper Lake
- orcid: 0000-0001-7628-5645 # Gregory Concepcion
- orcid: 0000-0003-1183-0432 # Aaron Wenger
- orcid: 0000-0002-7422-1194 # William Rowell
- orcid: 0000-0002-5507-0896 # Heather Ward
- orcid: 0009-0001-0205-4614 # Karen Fang
latestTagAsDefault: False
filters:
tags: [ /v1\..*dockstore/ ]
- name: HiFi-human-WGS-WDL-singleton
subclass: WDL
primaryDescriptorPath: /workflows/singleton.wdl
readMePath: /docs/singleton.md
authors:
- orcid: 0000-0001-5921-2022 # Juniper Lake
- orcid: 0000-0001-7628-5645 # Gregory Concepcion
- orcid: 0000-0003-1183-0432 # Aaron Wenger
- orcid: 0000-0002-7422-1194 # William Rowell
- orcid: 0000-0002-5507-0896 # Heather Ward
- orcid: 0009-0001-0205-4614 # Karen Fang
latestTagAsDefault: False
filters:
branches: [ /.*dockstore/ ]
tags: [ /v.*dockstore/ ]
- name: HiFi-human-WGS-WDL-family
subclass: WDL
primaryDescriptorPath: /workflows/family.wdl
readMePath: /docs/family.md
authors:
- orcid: 0000-0001-5921-2022 # Juniper Lake
- orcid: 0000-0001-7628-5645 # Gregory Concepcion
- orcid: 0000-0003-1183-0432 # Aaron Wenger
- orcid: 0000-0002-7422-1194 # William Rowell
- orcid: 0000-0002-5507-0896 # Heather Ward
- orcid: 0009-0001-0205-4614 # Karen Fang
latestTagAsDefault: False
filters:
branches: [ /.*dockstore/ ]
tags: [ /v.*dockstore/ ]