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
0751fb1b
Unverified
Commit
0751fb1b
authored
Dec 07, 2021
by
Miroslav Kratochvil
🚴
Committed by
GitHub
Dec 07, 2021
Browse files
Merge pull request #538 from LCSB-BioCore/mo-add-thermo-data-source
Added data source for thermodynamic info in tests
parents
1959245b
35422a6b
Pipeline
#50414
passed with stages
in 19 minutes and 50 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
test/data_static.jl
View file @
0751fb1b
...
...
@@ -74,6 +74,12 @@ test_toyModel() = CoreModel(
)
const
reaction_standard_gibbs_free_energies
=
Dict
(
#=
ΔᵣG⁰ data from Equilibrator using the E. coli core model's reactions
To generate this data manually, go to https://equilibrator.weizmann.ac.il/ and
enter each reaction into the search bar, fill in the ΔG⁰ below from there. To generate
automatically, use the eQuilibrator.jl package.
=#
"ACALD"
=>
-
21.268198981756314
,
"PTAr"
=>
8.651025243027988
,
"ALCD2x"
=>
17.47260052762408
,
...
...
cylon-x
🤖
@cylon-x
mentioned in commit
b7ca897a
·
Dec 07, 2021
mentioned in commit
b7ca897a
mentioned in commit b7ca897af25e57e32424e076cf59ce4d31a1c5c6
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