-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
57b47f0
commit 16570b3
Showing
5 changed files
with
40 additions
and
196 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
community medium receiver donor compound scs mus mps smetana | ||
all M9 ec_glc_ko ec_nh4_ko M_ac_e 1.0 0.11 1 0.11 | ||
all M9 ec_glc_ko ec_nh4_ko M_acald_e 1.0 0.28 1 0.28 | ||
all M9 ec_glc_ko ec_nh4_ko M_akg_e 1.0 0.25 1 0.25 | ||
all M9 ec_glc_ko ec_nh4_ko M_co2_e 1.0 0.02 1 0.02 | ||
all M9 ec_glc_ko ec_nh4_ko M_etoh_e 1.0 0.31 1 0.31 | ||
all M9 ec_glc_ko ec_nh4_ko M_lac__D_e 1.0 0.37 1 0.37 | ||
all M9 ec_glc_ko ec_nh4_ko M_pyr_e 1.0 0.24 1 0.24 | ||
all M9 ec_glc_ko ec_nh4_ko M_succ_e 1.0 0.09 1 0.09 | ||
all M9 ec_nh4_ko ec_glc_ko M_glu__L_e 1.0 1.0 1 1.0 | ||
all M9 ec_nh4_ko ec_glc_ko M_lac__D_e 1.0 0.08333333333333333 1 0.08333333333333333 | ||
all M9 ec_nh4_ko ec_glc_ko M_pyr_e 1.0 0.08333333333333333 1 0.08333333333333333 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
community medium size mip mro | ||
all M9 2 n/a 0.0 | ||
all LB 2 1 0.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
[tox] | ||
envlist = py36 | ||
|
||
[travis] | ||
python = | ||
3.6: py36 | ||
|
||
[testenv] | ||
setenv = | ||
PYTHONPATH = {toxinidir} | ||
|
||
commands = python setup.py test |