-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.yaml
executable file
·156 lines (128 loc) · 2.23 KB
/
config.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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
---
ABL1:
ref: "chr9"
start: 130714369
end: 130854114
cigar_in: "M1396[0-1][1-9]N"
catg: "expr"
WT1:
ref: "chr11"
start: 32428042
end: 32434722
cigar_in: "M438N"
catg: "expr"
PRAME:
ref: "chr22"
start: 22548424
end: 22548559
seq_in: "^CGT"
catg: "expr"
NPM1_wt:
ref: "chr5"
start: 171407744
end: 171410635
cigar_out: "4I"
catg: "expr"
cigar_in: "[0-9]M2752N[0-9][0-9]M"
pos: 1714077
NPM1_mutant:
ref: "chr5"
start: 171407744
end: 171410635
cigar_in: "[0-9]M2752N[0-9][0-9]M4I"
catg: "expr"
PML-RARA_bcr1:
ref1: "chr17"
pos1: 40348315
ref2: "chr15"
pos2: 74033415
catg: "fusion"
r1:
ref: "chr17"
start: 40348316
end: 40348396
r2:
ref: "chr15"
start: 74033319
end: 74033414
PML-RARA_bcr3:
ref1: "chr17"
pos1: 40348315
ref2: "chr15"
pos2: 74023409
catg: "fusion"
r1:
ref: "chr17"
start: 40348316
end: 40348396
r2:
ref: "chr15"
start: 74023343
end: 74023408
RUNX1-RUNX1T1:
ref1: "chr8"
pos1: 92017364
ref2: "chr21"
pos2: 34859473
catg: "fusion"
r1:
ref: "chr21"
start: 34859474
end: 34859556
r2:
ref: "chr8"
start: 92017298
end: 92017363
BCR-ABL1_p190:
ref1: "chr9"
pos1: 130854063
ref2: "chr22"
pos2: 23182240
catg: "fusion"
r1:
ref: "chr22"
start: 23182069
end: 23182239
r2:
ref: "chr9"
start: 130854064
end: 130854114
BCR-ABL1_p210:
ref1: "chr9"
pos1: 130854063
ref2: "chr22"
pos2: 23290414
catg: "fusion"
r1:
ref: "chr22"
start: 23289558
end: 23290413
r2:
ref: "chr9"
start: 130854064
end: 130854114
CBFB-MYH11:
ref1: "chr16"
pos1: 15721052
ref2: "chr16"
pos2: 67082309
catg: "fusion"
r1:
ref: "chr16"
start: 67066750
end: 67082308
r2:
ref: "chr16"
start: 15720994
end: 15721051
CBFB-MYH11-rare:
ref: "chr16"
start: 15720994
end: 15721051
catg: "expr"
seq: "TCTTCATCTCCTCCATCTGGGTCTCCAGGGCCCGCTTGGACTTCTCCAGCTCATGGAC"
scriptPath: #path to scripts folder
StarIndex: #path to star Index
jobs_out: "out"
list_of_genes: ['ABL1','WT1','PRAME','NPM1_wt','NPM1_mutant']
list_of_fusions: ['CBFB-MYH11','RUNX1-RUNX1T1','PML-RARA_bcr1','BCR-ABL1_p190','BCR-ABL1_p210']