-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrun_config.yml
53 lines (49 loc) · 886 Bytes
/
run_config.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
run_config:
input: "data"
output: "results"
HMM:
references:
- 'EM11'
- 'EM60'
replicates:
- 'P1'
- 'P2'
- 'P3'
timesteps:
- 'D1'
- 'D2'
- 'D4'
- 'D6'
- 'D8'
- 'D10'
alignments:
length_threshold: 5000
HMM_parameters:
cores: 20
initial_probability:
A: "0.5"
B: "0.5"
transition_probability:
A:
A: "0.99996"
B: "0.00004"
B:
A: "0.00004"
B: "0.99996"
emission_probability:
A:
0: "0.972"
1: "0.027"
2: "0.001"
B:
0: "0.972"
1: "0.001"
2: "0.027"
optimization_recombination_parameter:
flag: true
timesteps: #timestep data to use for optimization
- 'D10'
values: '0.00001,0.00002,0.00003,0.00004,0.00005,0.00006,0.00008,0.0001' #comma separated values
subsample: 1000
plots:
coverage_threshold: 0