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
3cd91c2d
Unverified
Commit
3cd91c2d
authored
May 15, 2022
by
St. Elmo
Browse files
fix index error
parent
8959378e
Pipeline
#56529
passed with stages
in 8 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/base/utils/enzymes.jl
View file @
3cd91c2d
...
...
@@ -26,7 +26,7 @@ gene_product_mass_group_dict(model::GeckoModel, opt_model) =
is_solved
(
opt_model
)
?
Dict
(
grp
.
group_id
=>
dot
(
value
.
(
opt_model
[
:
x
])[
(
length
(
model
.
columns
)
+
1
)
.+
grp
.
gene_product_idxs
],
value
.
(
opt_model
[
:
x
])[
length
(
model
.
columns
)
.+
grp
.
gene_product_idxs
],
grp
.
gene_product_molar_masses
,
)
for
grp
in
model
.
coupling_row_mass_group
)
:
nothing
...
...
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