# ## Set exchange reaction bounds of community model based on the bounds of the individual models
env_ex_rxn_idxs=indexin(ex_rxns,reactions(community_model))# identify the global (environmental exchange reactions)
cytbd_ex_rxn_idxs=indexin(ex_rxns,reactions(cytbd_knockout_model))# identify the indices of the corresponding exchange reactions in the original models
env_ex_rxn_idxs=indexin(keys(ex_rxn_mets),reactions(community_model))# identify the global (environmental exchange reactions)
cytbd_ex_rxn_idxs=indexin(keys(ex_rxn_mets),reactions(cytbd_knockout_model))# identify the indices of the corresponding exchange reactions in the original models