-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTEMPLATE_INPUT.json
69 lines (47 loc) · 1.24 KB
/
TEMPLATE_INPUT.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
60
61
62
63
64
65
66
67
68
69
{
"entrez": [{
"request_limit" : 5,
"sleep_time": 5,
"email" : "EMAIL",
"api_key" : "KEY"
}],
"blast" : [{
"tax_include" : ["1236"],
"tax_exclude" : [],
"database" : "ref_prok_rep_genomes",
"e_val" : 10E-10,
"coverage_min": 0.5,
"max_hits": 20000,
"max_attempts": 3,
"search_mult_factor": 2,
"annotate": true,
"extensive_search": true,
"reverse_blast": true
}],
"hit_feature_detection" : [{
"margin_limit": 5,
"max_attempts": 10,
"mult_factor" : 3
}],
"operon_assembly" : [{
"feature_limit": 3,
"intergenic_limit": 150,
"use_ref_limit" : true,
"ref_limit_margin" : 0.5
}],
"thread_limit": 10,
"species_percent_id_limit": 0.45,
"input_records" : ["WP_000373826.1", "WP_000173586.1", "WP_000821694.1", "WP_000562692.1", "WP_000778642.1"],
"reference_genome_accession" : " NZ_CP025937.1",
"reference_genome_assembly" : "NZ_00000000",
"reference_genome_name": "Vibrio_cholerae_strain_A1552",
"cache_dir": "./cache/",
"color_code":[{
"intergenic":"#000000",
"WP_000373826.1":"#ffa200",
"WP_000173586.1":"#68ff03",
"WP_000821694.1":"#05eeff",
"WP_000562692.1":"#4c05ff",
"WP_000778642.1":"#ff05ea"
}]
}