Skip to content

Commit

Permalink
fix: update reference to Human-GEM compartment
Browse files Browse the repository at this point in the history
  • Loading branch information
mihai-sysbio committed Jun 7, 2022
1 parent fcb7d6a commit 9df2141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecHumanGEM/scripts/changeMedia_batch.m
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@
unusedMets = [];
for i=1:length(mediaComps)
%Get metabolite indx
metIndx = getIndexes(model,strcat(mediaComps{i},'[s]'),'metcomps');
metIndx = getIndexes(model,strcat(mediaComps{i},'[e]'),'metcomps');
%Get rxns for metabolite
metRxns = find(model.S(metIndx,:));
%Get the uptake reaction for the metabolite
Expand Down

0 comments on commit 9df2141

Please sign in to comment.