Skip to content

Commit

Permalink
Merge pull request #3 from PNNL-CompBio/add_missing_rxns
Browse files Browse the repository at this point in the history
Adding reactions from ims837
  • Loading branch information
JamesPino authored Mar 12, 2024
2 parents 4f2cf53 + 4521a8d commit 833b013
Show file tree
Hide file tree
Showing 19 changed files with 51,851 additions and 29,699 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/memote.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: SYN memote tracking

on:
push:
branches: [ "main"]
branches: [ "main", "add_missing_rxns"]
jobs:
memote-history:
runs-on: ubuntu-latest
Expand Down
2 changes: 2 additions & 0 deletions syn_elong/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
model = cobra.io.read_sbml_model(
path.joinpath('syn_elong.xml').__str__()
)
ijb792 = cobra.io.load_json_model(path.joinpath('iJB792.json').__str__())
ims837 =cobra.io.load_json_model(path.joinpath('iMS837.json').__str__())

exp_file_path = path.joinpath('data', 'experiments.yml').__str__()
expected_metab = pd.read_csv(
Expand Down
318 changes: 279 additions & 39 deletions syn_elong/data/essentiality/source/process_ge_data.ipynb

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions syn_elong/data/experiments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@ medium:
model_min_media:
filename: "syn_min_media.csv"
label: "Minimal"
no_carbon:
filename: "min_media_all_wavelength.csv"
label: "No Carbon"
essentiality:
path: "essentiality/"
experiments:
knockouts:
medium: model_min_media
medium: no_carbon
filename: "syn_elo_knockdown.csv"
label: "knock-out library"
minimal_growth_rate: 0.05

#minimal_growth_rate: 0.05
29 changes: 29 additions & 0 deletions syn_elong/data/media/min_media_all_wavelength.csv
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
exchange,uptake
EX_h2o_e,100
EX_h_e,100
EX_no3_e,100
EX_pi_e,100
EX_so4_e,100
EX_nh4_e,100
EX_mg2_e,100
EX_fe3_e,100
EX_cobalt2_e,100
EX_k_e,100
EX_na1_e,100
EX_hco3_e,100
EX_co2_e,100
EX_photon430_e,1000.0
EX_photon450_e,1000.0
EX_photon470_e,1000.0
EX_photon410_e,1000.0
EX_photon490_e,1000.0
EX_photon510_e,1000.0
EX_photon530_e,1000.0
EX_photon550_e,1000.0
EX_photon570_e,1000.0
EX_photon590_e,1000.0
EX_photon610_e,1000.0
EX_photon630_e,1000.0
EX_photon650_e,1000.0
EX_photon670_e,1000.0
EX_photon690_e,1000.0
Loading

0 comments on commit 833b013

Please sign in to comment.