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
1cc16452
Unverified
Commit
1cc16452
authored
Jun 06, 2021
by
St. Elmo
Browse files
add return type
parent
8bb4b333
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/reconstruction/community.jl
View file @
1cc16452
...
...
@@ -239,13 +239,13 @@ community = join_with_exchanges(
```
"""
function
join_with_exchanges
(
models
::
Vector
{
M
},
models
::
Vector
{
M
etabolicModel
},
exchange_rxn_ids
::
Vector
{
String
},
exchange_met_ids
::
Vector
{
String
};
add_biomass_objective
=
true
,
biomass_ids
=
String
[],
model_names
=
String
[],
)
where
{
M
<:
Metabolic
Model
}
)
::
Core
Model
if
add_biomass_objective
&&
isempty
(
biomass_ids
)
throw
(
...
...
St. Elmo
@stelmo
mentioned in commit
78ee3232
·
Jun 10, 2021
mentioned in commit
78ee3232
mentioned in commit 78ee323254da29190b736bacfb8cd209722a6733
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