Skip to content

Commit

Permalink
Adjusting metE expression.
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrus-bio committed Feb 16, 2024
1 parent 4fbe48f commit ccab0d4
Show file tree
Hide file tree
Showing 3 changed files with 338 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ecoli/experiments/metabolism_redux_sim.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ def run_ecoli_with_metabolism_redux_classic(
raw_output=False,
save=True,
save_times=[1, 200, 400, 600, 800, 1000, 1200, 1300, 1400, 1500, 3000, 4500, 5000],
condition = "with_aa", # basal, with_aa
fixed_media = "minimal_plus_amino_acids" # minimal, minimal_plus_amino_acids
condition = "basal", # basal, with_aa
fixed_media = "minimal" # minimal, minimal_plus_amino_acids
):
# filename = 'default'
sim = EcoliSim.from_file(CONFIG_DIR_PATH + filename + ".json")
Expand Down
2 changes: 1 addition & 1 deletion ecoli/library/sim_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def __init__(
total_time=10,
fixed_media = None,
media_timeline=((0, 'minimal'),), # have to change both media_timeline and condition
condition = 'with_aa',
condition = 'basal',
operons=True,
trna_charging=True,
ppgpp_regulation=True,
Expand Down
335 changes: 335 additions & 0 deletions notebooks/cofactors/cofactors_jl.ipynb

Large diffs are not rendered by default.

0 comments on commit ccab0d4

Please sign in to comment.