Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
COBREXA.jl
Manage
Activity
Members
Plan
External wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LCSB-BioCore
COBREXA.jl
Commits
a9035eca
Commit
a9035eca
authored
3 years ago
by
cylon-x
Committed by
St. Elmo
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
automatic formatting changes
Former-commit-id:
86d2f860
parent
0e758e20
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/reconstruction/community.jl
+3
-1
3 additions, 1 deletion
src/reconstruction/community.jl
with
3 additions
and
1 deletion
src/reconstruction/community.jl
+
3
−
1
View file @
a9035eca
...
...
@@ -404,7 +404,9 @@ are reactions with a single stoichiometric coefficient in a column in the
stoichiometric matrix, and boundary metabolites are the corresponding row/metabolite
for that column.
"""
function
boundary_reactions_metabolites
(
model
::
MetabolicModel
)
::
Tuple
{
Vector
{
String
},
Vector
{
String
}}
function
boundary_reactions_metabolites
(
model
::
MetabolicModel
,
)
::
Tuple
{
Vector
{
String
},
Vector
{
String
}}
boundary_mets
=
String
[]
boundary_rxns
=
String
[]
S
=
stoichiometry
(
model
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment