You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following reactions is of the type
remove: a[x] + b[x] => c[x]
keep: a[x] + b[x] <=> c[x]
It is difficult to say which is right, but at least the 'remove' reactions are currently meaningless and only makes the model larger. They also create loops, which is sometimes annoying, for example in tINIT.
Otherwise identical, although sometimes reversed perhaps.
The reactions (46 in total):
Again, nice find, and it makes things simpler since the GPRs are the same.
As for which of the reactions to keep from each pair, I wonder if we should keep the older (lower numbered) reaction and make it reversible, or just keep the reversible reaction regardless of it's relative "age"?
Hmm it might be easier to keep the reversible reaction, so that deprecating the reactions implies less work in terms of carrying over reaction annotation.
Description of the issue:
The following reactions is of the type
remove: a[x] + b[x] => c[x]
keep: a[x] + b[x] <=> c[x]
It is difficult to say which is right, but at least the 'remove' reactions are currently meaningless and only makes the model larger. They also create loops, which is sometimes annoying, for example in tINIT.
Otherwise identical, although sometimes reversed perhaps.
The reactions (46 in total):
Expected feature/value/output:
Current feature/value/output:
Reproducing these results:
I hereby confirm that I have:
main
branch of the repositoryThe text was updated successfully, but these errors were encountered: