Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions core/getExchangeRxns.m
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
% positive flux value would imply uptake,
% but reaction bounds are not considered
% 'out' reactions where the boundary metabolite
% is the substrate of the reaction, a
% positive flux value would imply uptake,
% is the product of the reaction, a
% negative flux value would imply uptake,
% but reaction bounds are not considered.
%
% Output:
Expand Down
8 changes: 4 additions & 4 deletions doc/core/getExchangeRxns.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="
positive flux value would imply uptake,
but reaction bounds are not considered
'out' reactions where the boundary metabolite
is the substrate of the reaction, a
positive flux value would imply uptake,
is the product of the reaction, a
negative flux value would imply uptake,
but reaction bounds are not considered.

Output:
Expand Down Expand Up @@ -109,8 +109,8 @@ <h2><a name="_source"></a>SOURCE CODE <a href="#_top"><img alt="^" border="0" sr
0026 <span class="comment">% positive flux value would imply uptake,</span>
0027 <span class="comment">% but reaction bounds are not considered</span>
0028 <span class="comment">% 'out' reactions where the boundary metabolite</span>
0029 <span class="comment">% is the substrate of the reaction, a</span>
0030 <span class="comment">% positive flux value would imply uptake,</span>
0029 <span class="comment">% is the product of the reaction, a</span>
0030 <span class="comment">% negative flux value would imply uptake,</span>
0031 <span class="comment">% but reaction bounds are not considered.</span>
0032 <span class="comment">%</span>
0033 <span class="comment">% Output:</span>
Expand Down
Loading