-
Notifications
You must be signed in to change notification settings - Fork 9
/
.dockstore.yml
75 lines (74 loc) · 2.91 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
version: 1.2
workflows:
- name: GiraffeDeepTrio
subclass: WDL
description: Core VG Giraffe mapping and DeepTrio calling workflow for maternal-paternal-child sample datasets. It takes as inputs reads in FASTQ and graphs containing the population-based haplotypes to genotype. The graphs files required include the XG, GCSA, GBWT, graph GBWT, Distance and Minimizer indexes. It outputs a VCF file and BAM file for the child along with optional RTG and hap.py vcf evaluation if the user provides benchmark truth-set VCFs.
primaryDescriptorPath: /workflows/giraffe_and_deeptrio.wdl
testParameterFiles:
- /params/vg_hprc_deeptrio_map_call.inputs_tiny.gs_url.json
branches:
- master
authors:
- name: Charles Markello
email: [email protected]
- name: Jean Monlong
email: [email protected]
- name: Adam Novak
email: [email protected]
- name: GiraffeDeepVariant
subclass: WDL
description: Maps raw short reads from a pair of FASTQs or a CRAM file on a pangenome with vg Giraffe and call variants with DeepVariant.
primaryDescriptorPath: /workflows/giraffe_and_deepvariant.wdl
testParameterFiles:
- /params/giraffe_and_deepvariant.json
authors:
- name: Jean Monlong
email: [email protected]
- name: Adam Novak
email: [email protected]
- name: Charles Markello
email: [email protected]
- name: GiraffeDeepVariantFromGAF
subclass: WDL
description: Starts from an aligned GAF file, surject to a linear genome and call variants with DeepVariant.
primaryDescriptorPath: /workflows/giraffe_and_deepvariant_fromGAF.wdl
testParameterFiles:
- /params/giraffe_and_deepvariant_gaf.json
authors:
- name: Jean Monlong
email: [email protected]
- name: Adam Novak
email: [email protected]
- name: Charles Markello
email: [email protected]
- name: Giraffe
subclass: WDL
description: Maps raw short reads from a pair of FASTQs or a CRAM file on a pangenome with vg Giraffe.
primaryDescriptorPath: /workflows/giraffe.wdl
testParameterFiles:
- /params/giraffe.json
authors:
- name: Jean Monlong
email: [email protected]
- name: Adam Novak
email: [email protected]
- name: Charles Markello
email: [email protected]
- name: sortGraphAlignedReads
subclass: WDL
description: Sort a GAF file
primaryDescriptorPath: /workflows/sort_graph_aligned_reads.wdl
testParameterFiles:
- /params/sort_graph_aligned_reads.gaf.json
authors:
- name: Jean Monlong
email: [email protected]
- name: HappyEvaluation
subclass: WDL
description: Evaluate small variants using hap.py
primaryDescriptorPath: /workflows/happy_evaluation.wdl
testParameterFiles:
- /params/happy_evaluation.json
authors:
- name: Jean Monlong
email: [email protected]