Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-discuss » Order in which Compartments are Defined
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
bshapiro


Posts: 60
Registered:
September 2003
Order in which Compartments are Defined 02 May '07 17:32 Go to previous message

The sbml spec, section 4.7.7 on compartments says

"If present, the value of outside for a given compartment must be the
id field of another compartment already defined in the model."

MathSBML interprets this literally with an emphasis on "already
defined" to mean that:

<listOfCompartments>
<compartment id="c2" ... >
<compartment id="c1" outside="c2" ... >
</listOfCompartments>

is allowed but

<listOfCompartments>
<compartment id="c1" outside="c2" ...>
<compartment id="c2" ... >
</listOfCompartments>

is not allowed, because in the second case it refers to "c2" before
"c2" is declared.

I am wondering if that is the intent of this statement in the spec,
or if MathSMBL is over-reacting and should not complain about the
forward reference in the second case.

Bruce

---------------------------------------------------
Bruce E Shapiro, PhD
Co-Director, Biological Network Modeling Center
The Beckman Institute at Caltech
1200 East California Blvd
Mail Code 139-74, Pasadena CA 91125-7400 USA
Telephone +1.626.395.8161
---------------------------------------------------
The 8th International Conference on Systems Biology
Long Beach, California, USA 1-6 October 2007
http://icsb-2007.org
All ICSB inquiries: icsb2007-info@caltech.edu
---------------------------------------------------



____________________________________________________________
To manage your sbml-discuss list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/sbml-discuss

For a web interface to the sbml-discuss mailing list, visit
http://sbml.org/forums/

For questions or feedback about the sbml-discuss list,
contact sbml-team@caltech.edu.

      

SubjectPosterDate
Read Message   Order in which Compartments are Defined  bshapiro02 May '07 17:32
Read Message   Re: Order in which Compartments are Defined Nicolas Le Novere02 May '07 22:22
Read Message   Re: Order in which Compartments are Defined ginkel04 May '07 04:25
Read Message   Re: Order in which Compartments are Defined Mike Hucka04 May '07 08:52
Read Message   Re: Order in which Compartments are Defined Mike Hucka04 May '07 09:18
Previous Topic:species and reactions outside of models
Next Topic:Public review copy of SBML Level 2 Version 3 spec
Go to forum:
-=] Back to Top [=-

Powered by FUDforum. (Copyright Advanced Internet Designs Inc.)

Please use our issue tracking system for any questions or suggestions about this website.