Skip to content

Commit

Permalink
FADH=0.06 mmol/gDW
Browse files Browse the repository at this point in the history
change txt to tsv extension in anaerobic flux predictions
  • Loading branch information
davidhcsic authored and davidhcsic committed Aug 26, 2024
1 parent d715f62 commit c0726a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/modelTests/anaerobic_flux_predictions.m
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
function R2=anaerobic_flux_predictions(model)

fluxTable= readtable('../../data/physiology/flux_data_anaerobic.txt');
fluxTable= readtable('../../data/physiology/flux_data_anaerobic.tsv');
fluxTable = table2cell(fluxTable);
vals_flux=fluxTable;
text_flux=fluxTable;
Expand Down
2 changes: 1 addition & 1 deletion code/otherChanges/anaerobicModel.m
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
% FAD[c] FAD bigg.metabolite/fad;chebi/CHEBI:57692;kegg.compound/C00016;metanetx.chemical/MNXM33;sbo/SBO:0000247 C27H30N9O15P2 c s_0687 -3
% FADH2[c] FADH2 bigg.metabolite/fadh2;chebi/CHEBI:58307;kegg.compound/C01352;metanetx.chemical/MNXM38;sbo/SBO:0000247 C27H33N9O15P2 c s_0689 -2
%'FADH2[cytoplasm] + fumarate[cytoplasm] ⇔ FAD[cytoplasm] + H+[cytoplasm] + succinate[cytoplasm] '
FADH2_prod=0.08;
FADH2_prod=0.06;
%FAD charge -3 FADH2 -2
% FADH2
model.S(find(strcmp(model.mets,'s_0689')),strcmp(model.rxns,'r_4041'))=FADH2_prod;
Expand Down

0 comments on commit c0726a1

Please sign in to comment.