-
Notifications
You must be signed in to change notification settings - Fork 0
/
.dockstore.yml
38 lines (38 loc) · 1.12 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
version: 1.2
workflows:
- name: plink2_bed2vcf
subclass: WDL
primaryDescriptorPath: /plink2_bed2vcf.wdl
testParameterFiles:
- /plink2_bed2vcf.json
- name: plink2_vcf2bed
subclass: WDL
primaryDescriptorPath: /plink2_vcf2bed.wdl
testParameterFiles:
- /plink2_vcf2bed.json
- name: plink2_vcf2pgen
subclass: WDL
primaryDescriptorPath: /plink2_vcf2pgen.wdl
testParameterFiles:
- /plink2_vcf2pgen.json
- name: plink2_pgen2bed
subclass: WDL
primaryDescriptorPath: /plink2_pgen2bed.wdl
testParameterFiles:
- /plink2_pgen2bed.json
- name: plink2_pgen2vcf
subclass: WDL
primaryDescriptorPath: /plink2_pgen2vcf.wdl
testParameterFiles:
- /plink2_pgen2vcf.json
- name: liftover_vcf
subclass: WDL
primaryDescriptorPath: /liftover_vcf_picard.wdl
testParameterFiles:
- /liftover_vcf_picard.json
- name: bcftools_merge_overlap
subclass: WDL
primaryDescriptorPath: /bcftools_merge_overlap.wdl
- name: bcftools_merge
subclass: WDL
primaryDescriptorPath: /bcftools_merge.wdl