SysBioChalmers / GECKO

Toolbox for including enzyme constraints on a genome-scale model.
http://sysbiochalmers.github.io/GECKO/
MIT License
64 stars 46 forks source link

Error running makeEcModel in full_ecModel protocol #329

Closed Yu-sysbio closed 1 year ago

Yu-sysbio commented 1 year ago

https://github.com/SysBioChalmers/GECKO/blob/38b6768b2ef9fb801a6739ef653372c3766c9f5a/tutorials/full_ecModel/protocol.m#L80

Error using dispEM metsToAdd.metCharges must have the same number of elements as metsToAdd.mets Error in addMets (line 247) dispEM(EM); Error in makeEcModel (line 340) model = addMets(model,proteinMets);

edkerk commented 1 year ago

Should be already fixed in https://github.com/SysBioChalmers/GECKO/pull/328?

Yu-sysbio commented 1 year ago

Should be already fixed in #328?

Oh sorry I missed it