Skip to content

Commit

Permalink
debug_testoutputNetworkCytoscape
Browse files Browse the repository at this point in the history
  • Loading branch information
rosieluo2021 committed Oct 19, 2024
1 parent a1fc095 commit 368adc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/io/utilities/outputNetworkCytoscape.m
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
fprintf(fidNodeType,'%s = rxn\n',model.rxns{rxnNo});
% Subsystems
if (isfield(model,'subSystems'))
fprintf(fidSubSys,'%s = %s\n',model.rxns{rxnNo},strjoin(model.subSystems{rxnNo},';'));
fprintf(fidSubSys,'%s = %s\n',model.rxns{rxnNo},strjoin(model.subSystems(rxnNo),';'));
end
% Gene-reaction associations
if (isfield(model,'genes'))
Expand Down

0 comments on commit 368adc7

Please sign in to comment.