-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.dockstore.yml
34 lines (32 loc) · 1007 Bytes
/
.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
version: 1.2
workflows:
- name: validate_phenotype_model
subclass: WDL
primaryDescriptorPath: /validate_phenotype_model.wdl
testParameterFiles:
- /validate_phenotype_model.json
- name: validate_genotype_model
subclass: WDL
primaryDescriptorPath: /validate_genotype_model.wdl
testParameterFiles:
- /validate_genotype_model.json
- name: validate_gsr_model
subclass: WDL
primaryDescriptorPath: /validate_gsr_model.wdl
testParameterFiles:
- /validate_gsr_model.json
- name: gsr_data_report
subclass: WDL
primaryDescriptorPath: /gsr_data_report.wdl
testParameterFiles:
- /gsr_data_report.json
- name: check_vcf_samples
subclass: WDL
primaryDescriptorPath: /check_vcf_samples.wdl
testParameterFiles:
- /check_vcf_samples.json
- name: pheno_qc
subclass: WDL
primaryDescriptorPath: /pheno_qc/pheno_qc.wdl
testParameterFiles:
- /pheno_qc/pheno_qc.json