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-5
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
14
14
<palign="justify">
15
15
MetEvolSim is a Python package providing numerical tools to simulate the long-term evolution of metabolic abundances in a metabolic network.
16
-
MetEvolSim takes as an input any <ahref="http://sbml.org/Main_Page">SBML</a> metabolic network model, as soon as the kinetic model is fully specified, and a stable steady-state exists. Steady-state concentrations are computed thanks to <ahref="http://copasi.org/">Copasi</a> software. SBML model manipulations are done thanks to the Python package <ahref="http://sbml.org/Software/libSBML">libSBML</a>.
16
+
MetEvolSim takes as an input any <ahref="http://sbml.org/Main_Page">SBML</a> metabolic network model, as soon as the kinetic model is fully specified, and a stable steady-state exists. Steady-state concentrations are computed thanks to <ahref="http://copasi.org/">Copasi</a> software.
17
17
</p>
18
18
19
19
<palign="justify">
@@ -35,8 +35,8 @@ MetEvolSim is being developed by <a href="https://github.com/charlesrocabert">Ch
35
35
## Dependencies <aname="dependencies"></a>
36
36
- Python ≥ 3,
37
37
- Numpy ≥ 1.15 (automatically installed when using pip),
38
-
- NetworkX ≥ 2.2 (automatically installed when using pip),
39
38
- Python-libsbml ≥ 5.17 (automatically installed when using pip),
39
+
- NetworkX ≥ 2.2 (automatically installed when using pip),
40
40
- CopasiSE ≥ 4.27 (to be installed separately),
41
41
- pip ≥ 19.1 (optional).
42
42
@@ -122,7 +122,7 @@ Six types of selection are available:
0 commit comments