-
Notifications
You must be signed in to change notification settings - Fork 7
/
config.json
53 lines (48 loc) · 984 Bytes
/
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
{
"input": "examples/input",
"output": "examples/output",
"output-type": "xml",
"fixing": {
"dont-fix": false,
"fix-flux-objectives": {
"flux-coefficients": [],
"flux-objectives": []
}
},
"polishing": {
"polish-even-if-model-invalid": false
},
"annotation": {
"bigg": {
"annotate-with-bigg": true,
"include-any-uri": true,
"document-title-pattern": "[biggId] - [organism]",
"notes": {
"no-model-notes": true,
"model-notes-file": null,
"document-notes-file": null
},
"db-config": {
"db-name": "bigg",
"host": "localhost",
"password": "postgres",
"user": "postgres",
"port": 1310
}
},
"annotatedb": {
"annotate-with-adb": true,
"db-config": {
"db-name": "adb",
"host": "localhost",
"password": "postgres",
"user": "postgres",
"port": 1013
}
}
},
"sbo-terms": {
"add-generic-terms": false
},
"sbml-validation": false
}