Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
LCSB-BioCore
COBREXA.jl
Commits
0bd9364a
Unverified
Commit
0bd9364a
authored
Jun 07, 2021
by
St. Elmo
Browse files
fix arg type
parent
1cc16452
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/community.jl
View file @
0bd9364a
...
...
@@ -239,13 +239,13 @@ community = join_with_exchanges(
```
"""
function
join_with_exchanges
(
models
::
Vector
{
M
etabolicModel
},
models
::
Vector
{
M
},
exchange_rxn_ids
::
Vector
{
String
},
exchange_met_ids
::
Vector
{
String
};
add_biomass_objective
=
true
,
biomass_ids
=
String
[],
model_names
=
String
[],
)
::
CoreModel
)
::
CoreModel
where
M
<:
MetabolicModel
if
add_biomass_objective
&&
isempty
(
biomass_ids
)
throw
(
...
...
St. Elmo
@stelmo
mentioned in commit
b4cbcce1
·
Jun 10, 2021
mentioned in commit
b4cbcce1
mentioned in commit b4cbcce10c853e8f134f0ecab0b25f002a43d616
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