You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -10,14 +10,14 @@
10
10
This repository creates standard files for FBC curation based on cobrapy.
11
11
12
12
## Reference output
13
-
In the following the reference outputs are described for the [`e_coli_core.xml`](../examples/e_coli_core.xml) model.
13
+
In the following the created reference output files are described and examples provided for the [`e_coli_core.xml`](./examples/models/e_coli_core.xml) model.
14
14
15
15
### 01 Objective value
16
16
The objective value file contains the objective value if the model is optimized with the default settings. The file only contains the objective value.
17
17
```
18
18
0.873921507
19
19
```
20
-
See for instance: [`e_coli_core_01_objective.tsv`](../results/e_coli_core_01_objective.tsv)
20
+
See for instance: [`e_coli_core_01_objective.tsv`](./examples/results/e_coli_core_01_objective.tsv). For more information: https://cobrapy.readthedocs.io/en/latest/simulating.html
21
21
22
22
### 02 Flux variability analysis (FVA)
23
23
The flux variability analysis results contain the SBML reaction identifiers and the minimum and maximum values of the FVA. The file is a tab separated file (TSV) with the three columns `reaction`, `minimum` and `maximum`.
@@ -33,7 +33,7 @@ ADK1 0.0 0.0
33
33
AKGDH 5.0643756615 5.0643756615
34
34
...
35
35
```
36
-
See for instance: [`e_coli_core_02_fva.tsv`](../results/e_coli_core_02_fva.tsv)
36
+
See for instance: [`e_coli_core_02_fva.tsv`](./examples/results/e_coli_core_02_fva.tsv). For more information: https://cobrapy.readthedocs.io/en/latest/simulating.html#Running-FVA
37
37
38
38
### 03 Gene deletions
39
39
The gene deletions results contain the SBML reaction identifiers, the optimal value under the given gene deletion and the status of the optimization. The file is a tab separated file (TSV) with the three columns `gene`, `value` and `status`. The status can be either `optimal` or `infeasible`. In case of an `infeasible` status no solution could be found and no optimal value is provided.
@@ -51,7 +51,7 @@ b2417 0.873921507 optimal
51
51
b2458 0.873921507 optimal
52
52
...
53
53
```
54
-
See for instance: [`e_coli_core_03_gene_deletion.tsv`](../results/03_gene_deletion.tsv)
54
+
See for instance: [`e_coli_core_03_gene_deletion.tsv`](./examples/results/e_coli_core_03_gene_deletion.tsv). For more information: https://cobrapy.readthedocs.io/en/latest/deletions.html
55
55
56
56
### 04 Reaction deletions
57
57
The gene deletions results contain the SBML reaction identifiers, the optimal value under the given gene deletion and the status of the optimization. The file is a tab separated file (TSV) with the three columns `reaction`, `value` and `status`. In case of an `infeasible` status no solution could be found and no optimal value is provided.
@@ -67,7 +67,7 @@ ADK1 0.873921507 optimal
67
67
AKGDH 0.858307408 optimal
68
68
...
69
69
```
70
-
See for instance: [`e_coli_core_04_reaction_deletion.tsv`](../results/04_reaction_deletion.tsv)
70
+
See for instance: [`e_coli_core_04_reaction_deletion.tsv`](./examples/results/e_coli_core_04_reaction_deletion.tsv). For more information: https://cobrapy.readthedocs.io/en/latest/deletions.html
71
71
72
72
## Installation
73
73
@@ -95,7 +95,6 @@ Options:
95
95
path to SBML model with fbc information
96
96
-o OUTPUT_PATH, --out=OUTPUT_PATH
97
97
path to write the output to
98
-
99
98
```
100
99
For instance for the `e_coli_core.xml` example use
0 commit comments