-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path.dockstore.yml
77 lines (77 loc) · 2.5 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
version: 1.2
workflows:
- name: download_aspera
subclass: WDL
primaryDescriptorPath: /wdls/download_aspera.wdl
- name: T2T_alignment
subclass: WDL
primaryDescriptorPath: /wdls/t2t_alignment.wdl
- name: haplotype_calling_chrom
subclass: WDL
primaryDescriptorPath: /wdls/haplotype_calling_chrom.wdl
- name: joint_calling_interval
subclass: WDL
primaryDescriptorPath: /wdls/joint_calling_interval.wdl
- name: concat_vcfs_chromosome
subclass: WDL
primaryDescriptorPath: /wdls/t2t_concat_vcfs_chromosome.wdl
- name: generate_genomics_db
subclass: WDL
primaryDescriptorPath: /wdls/t2t_genomics_db.wdl
- name: variant_recalibration
subclass: WDL
primaryDescriptorPath: /wdls/variant_recalibration.wdl
- name: combine_mv_tables
subclass: WDL
primaryDescriptorPath: /wdls/combine_mv_tables.wdl
- name: mendelian_analysis
subclass: WDL
primaryDescriptorPath: /wdls/mendelian_analysis.wdl
- name: local_ancestry_analysis
subclass: WDL
primaryDescriptorPath: /wdls/local_ancestry_analysis.wdl
- name: bcftools_stats_region
subclass: WDL
primaryDescriptorPath: /wdls/bcftools_stats_region.wdl
- name: bcftools_stats_samples
subclass: WDL
primaryDescriptorPath: /wdls/bcftools_stats_samples.wdl
- name: bcftools_stats
subclass: WDL
primaryDescriptorPath: /wdls/bcftools_stats.wdl
- name: bcftools_view_subset
subclass: WDL
primaryDescriptorPath: /wdls/bcftools_view_subset.wdl
- name: bgzip_bcftools_index
subclass: WDL
primaryDescriptorPath: /wdls/bgzip_bcftools_index.wdl
- name: bgzip_tabix
subclass: WDL
primaryDescriptorPath: /wdls/bgzip_tabix.wdl
- name: concatenate_files
subclass: WDL
primaryDescriptorPath: /wdls/concatenate_files.wdl
- name: filter_ac_variants
subclass: WDL
primaryDescriptorPath: /wdls/filter_ac_variants.wdl
- name: filter_af_variants
subclass: WDL
primaryDescriptorPath: /wdls/filter_af_variants.wdl
- name: get_pass_records
subclass: WDL
primaryDescriptorPath: /wdls/get_pass_records.wdl
- name: gunzip
subclass: WDL
primaryDescriptorPath: /wdls/gunzip.wdl
- name: liftover
subclass: WDL
primaryDescriptorPath: /wdls/liftover.wdl
- name: local_ancestry_analysis
subclass: WDL
primaryDescriptorPath: /wdls/local_ancestry_analysis.wdl
- name: subset_vcf_with_bed
subclass: WDL
primaryDescriptorPath: /wdls/subset_vcf_with_bed.wdl
- name: tabix
subclass: WDL
primaryDescriptorPath: /wdls/tabix.wdl