Skip to content

Commit d76bd38

Browse files
authored
fix: getExchangeRxns correct 'out' flag definition (#589)
1 parent 33bbcb5 commit d76bd38

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

core/getExchangeRxns.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
% positive flux value would imply uptake,
2727
% but reaction bounds are not considered
2828
% 'out' reactions where the boundary metabolite
29-
% is the substrate of the reaction, a
30-
% positive flux value would imply uptake,
29+
% is the product of the reaction, a
30+
% negative flux value would imply uptake,
3131
% but reaction bounds are not considered.
3232
%
3333
% Output:

doc/core/getExchangeRxns.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ <h2><a name="_description"></a>DESCRIPTION <a href="#_top"><img alt="^" border="
5454
positive flux value would imply uptake,
5555
but reaction bounds are not considered
5656
'out' reactions where the boundary metabolite
57-
is the substrate of the reaction, a
58-
positive flux value would imply uptake,
57+
is the product of the reaction, a
58+
negative flux value would imply uptake,
5959
but reaction bounds are not considered.
6060

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

0 commit comments

Comments
 (0)