replace manual addreaction format with txtl_addreaction everywhere in the code.
For example:
Robj = addreaction(tube, ['2 [' protein.Name '] -> [' protein.Name 'dimer]']);
Kobj = addkineticlaw(Robj,'MassAction');
Pobj = addparameter(Kobj, 'kf', reactionRate(1));
set(Kobj, 'ParameterVariableNames','kf');
txtl_addreaction(....)
This is done (by Zoltan). Shall we close this?
Yes, this is done.