Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
d5afd324
Unverified
Commit
d5afd324
authored
Jun 08, 2021
by
St. Elmo
Browse files
update docstring
parent
1838e639
Pipeline
#42907
passed with stages
in 8 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/community.jl
View file @
d5afd324
...
...
@@ -225,8 +225,9 @@ unclear.
m1 = load_model(core_model_path)
m2 = load_model(CoreModel, core_model_path)
exchange_rxn_ids = filter(looks_like_exchange_reaction, boundary_rxn_ids)
exchange_met_ids = filter(endswith("
_e
"), boundary_met_ids)
# need to list ALL the exchanges that will form part of the entire model
exchange_rxn_ids = filter(looks_like_exchange_reaction, reactions(m1))
exchange_met_ids = [first(keys(reaction_stoichiometry(m1, ex_rxn))) for ex_rxn in exchange_rxn_ids]
biomass_ids = ["
BIOMASS_Ecoli_core_w_GAM
", "
BIOMASS_Ecoli_core_w_GAM
"]
...
...
St. Elmo
@stelmo
mentioned in commit
69243747
·
Jun 10, 2021
mentioned in commit
69243747
mentioned in commit 69243747328c8b648c251539c4964c7dee7b6305
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment