-
Notifications
You must be signed in to change notification settings - Fork 2
/
.dockstore.yml
47 lines (47 loc) · 1.37 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: backup_data_tables
subclass: WDL
primaryDescriptorPath: /backup_data_tables.wdl
testParameterFiles:
- /backup_data_tables.json
- name: check_md5
subclass: WDL
primaryDescriptorPath: /check_md5.wdl
testParameterFiles:
- /check_md5.json
- name: md5_hex
subclass: WDL
primaryDescriptorPath: /md5_hex.wdl
testParameterFiles:
- /md5_hex.json
- name: calc_md5
subclass: WDL
primaryDescriptorPath: /calc_md5.wdl
testParameterFiles:
- /calc_md5.json
- name: data_model_report
subclass: WDL
primaryDescriptorPath: /data_model_report.wdl
testParameterFiles:
- /data_model_report.json
- name: data_table_import
subclass: WDL
primaryDescriptorPath: /data_table_import.wdl
testParameterFiles:
- /data_table_import.json
- name: data_table_export
subclass: WDL
primaryDescriptorPath: /data_table_export.wdl
testParameterFiles:
- /data_table_export.json
- name: data_dictionary_report
subclass: WDL
primaryDescriptorPath: /data_dictionary_report.wdl
testParameterFiles:
- /data_dictionary_report.json
- name: validate_data_model
subclass: WDL
primaryDescriptorPath: /validate_data_model.wdl
testParameterFiles:
- /validate_data_model.json