Closed feiranl closed 4 years ago
@BenjaSanchez @edkerk @hongzhonglu Should we get rid of those redundant brackets?
These redundant brackets can indeed be removed.
@feiranl this is actually not a problem with the model, as the rules are not stored with any brackets in the .xml
file:
<fbc:geneProductAssociation>
<fbc:or>
<fbc:geneProductRef fbc:geneProduct="G_YGR143W"/>
<fbc:geneProductRef fbc:geneProduct="G_YPR159W"/>
</fbc:or>
so it is instead a redundancy that cobratoolbox introduces, actually in all rules that have more than one gene, not just the one you mention. Note however that if you convert the model to a RAVEN model using ravenCobraWrapper.m
all those redundant parenthesis go away, see below (left is COBRA, right is RAVEN):
Description of the issue:
model.rules
Expected feature/value/output:
Current feature/value/output:
I hereby confirm that I have:
master
branch of the repository