Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
77603c3b
Unverified
Commit
77603c3b
authored
May 16, 2022
by
St. Elmo
Committed by
GitHub
May 16, 2022
Browse files
Merge pull request #622 from LCSB-BioCore/mo-gap-bug
Fix small error with gapfill modifications
parents
6d0e83c7
05eeebd9
Pipeline
#56620
passed with stages
in 21 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/gapfill_minimum_reactions.jl
View file @
77603c3b
...
...
@@ -95,7 +95,7 @@ function gapfill_minimum_reactions(
# apply all modifications
for
mod
in
modifications
mod
(
opt_
model
,
model
)
mod
(
model
,
opt_
model
)
end
optimize!
(
opt_model
)
...
...
cylon-x
🤖
@cylon-x
mentioned in commit
66ff9c0f
·
May 16, 2022
mentioned in commit
66ff9c0f
mentioned in commit 66ff9c0f695cb8a100347e210422c2b5e5d713a2
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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