-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwisecondorx.yaml
59 lines (59 loc) · 1.21 KB
/
wisecondorx.yaml
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
# Use --header with this config
chrom:
value: $chr
prefix: chr
pos:
value: $start
id:
prefix: wisecondorx_
alt:
value: ~if $type == loss <DEL> <DUP>
options:
- name: DEL
description: "Deletion"
- name: DUP
description: "Duplication"
- name: CNV
description: "Copy number variation"
info:
- name: CNV_RATIO
value: $ratio
type: float
number: 1
description: "Copy number ratio"
- name: ZSCORE
value: $zscore
type: float
number: 1
description: "The z-score of the variant"
- name: SVTYPE
value: CNV
type: string
number: 1
description: "The type of structural variant"
- name: END
value: $end
type: integer
number: 1
description: "End position of the variant"
- name: SVLEN
value: ~min $end $start -1
type: integer
number: 1
description: "The total length of the structural variant"
- name: CALLERS
value: wisecondorx
type: string
number: .
description: "The callers used to determine this variant"
format:
- name: GT
value: "."
type: string
number: 1
description: "Genotype"
- name: CN
value: ~round $ratio
type: integer
number: 1
description: "Copy number"