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
Hi
I just have a quick request to include a new functionality to the rulebender package.
Currently, in bngl files, we can have local function references only to the left hand side of a reaction and it would be great if we could add functions to the right hand side. It is very essential for our development. We are currently working to apply the required changes to the simulators, and my request is only to include this change in converting bngl file to xml file. I really appreciate it.
The following is an example:
Case 1:
XWBindCond1: %u:X(w,pUnphos) + W(x) -> X(w!1,pUnphos).W(x!1) kXWOn1*f_molYexist(u)
Case 2:
XWBindCond2: X(w,pUnphos) + W(x) -> %u:X(w!1,pUnphos).W(x!1) kXWOn1*f_molYexist(u)
Hi
I just have a quick request to include a new functionality to the rulebender package.
Currently, in bngl files, we can have local function references only to the left hand side of a reaction and it would be great if we could add functions to the right hand side. It is very essential for our development. We are currently working to apply the required changes to the simulators, and my request is only to include this change in converting bngl file to xml file. I really appreciate it.
The following is an example:
Case 1:
XWBindCond1: %u:X(w,p
Unphos) + W(x) -> X(w!1,pUnphos).W(x!1) kXWOn1*f_molYexist(u)Case 2:
XWBindCond2: X(w,p
Unphos) + W(x) -> %u:X(w!1,pUnphos).W(x!1) kXWOn1*f_molYexist(u)Case 1 results in the following xml block
where the Case 2 is not accepted. I manually edited the xml file as follows:
The only differences are
-to change to
The text was updated successfully, but these errors were encountered: