-
Notifications
You must be signed in to change notification settings - Fork 3
/
config.json
59 lines (59 loc) · 1.13 KB
/
config.json
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
{
"decode": {
"input": "data/encoded.fasta",
"NOREC4DNA_config": "data/encoded.ini",
"length": 0,
"metric": {
"fano": {
"error_probability": 0.05,
"rate": {
"high": 7,
"low": 1
}
},
"penalties": {
"crc": 0.2,
"no_hit": 9
}
},
"output": "data/decoded.txt",
"queue": {
"reduce": 0.5,
"runs": 1,
"size": 200000
},
"threshold": {
"checkpoint": 4,
"finish": 0,
"loop": 2
}
},
"encode": {
"input": "data/D",
"keep_intermediary": false,
"min_length": 0,
"output": "data/encoded.fasta",
"same_length": true,
"update_config": true
},
"general": {
"as_fasta": true,
"codebook": {
"motifs": "./codewords/cw_40_60_hp3.json",
"words": "./codewords/cw_40_60_hp3.fasta"
},
"sync": 2,
"threads": 4,
"zip": {
"decodable_only": true,
"most_common_only": true
}
},
"NOREC4DNA": {
"chunk_size": 14,
"package_redundancy": 0.4,
"insert_header":true,
"header_crc_length": 8,
"error_detection": "crc"
}
}