Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cofactors merging new plots. #237

Merged
merged 2 commits into from
Sep 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ cache/
##################
.nextflow*
nextflow_temp

# Other files #
##################
/notebooks/fbagd/ck/
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, 10, 200, 400, 1300],
condition="with_aa", # basal, with_aa
fixed_media="minimal_plus_amino_acids", # minimal, minimal_plus_amino_acids
condition="acetate", # basal, with_aa
fixed_media="minimal_acetate", # minimal, minimal_plus_amino_acids
):
# filename = 'default'
sim = EcoliSim.from_file(CONFIG_DIR_PATH + filename + ".json")
Expand Down
703 changes: 480 additions & 223 deletions notebooks/cofactors/final_paper_validation.ipynb

Large diffs are not rendered by default.

975 changes: 395 additions & 580 deletions notebooks/cofactors/growth_rates.ipynb

Large diffs are not rendered by default.

6,632 changes: 3,514 additions & 3,118 deletions notebooks/cofactors/julia_plots_final.ipynb

Large diffs are not rendered by default.

92 changes: 78 additions & 14 deletions notebooks/cofactors/precise.ipynb

Large diffs are not rendered by default.

13,345 changes: 3,558 additions & 9,787 deletions notebooks/cofactors/sankey.ipynb

Large diffs are not rendered by default.

Loading
Loading