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
This issue needs further investigation using VCell itself and with VCell developers, but putting a placeholder here. VCell seems to export compartmental models that don't have parent compartments listed in the compartments block. Not sure if this is all compartmental models exported from VCell or just a subset.
Here's a very simple example with two compartments EC and mem:
begin compartments
EC 3 1
mem 2 1
end compartments
Because mem does not have a parent compartment, compartmental rules involving species in adjacent compartments do not generate reactions:
This issue needs further investigation using VCell itself and with VCell developers, but putting a placeholder here. VCell seems to export compartmental models that don't have parent compartments listed in the
compartments
block. Not sure if this is all compartmental models exported from VCell or just a subset.Here's a very simple example with two compartments
EC
andmem
:Because
mem
does not have a parent compartment, compartmental rules involving species in adjacent compartments do not generate reactions:A complete example model is
lig_receptor.bngl.txt
The text was updated successfully, but these errors were encountered: