Forums

F.A.Q. F.A.Q.    Register Register    Login Login    Home Home
Search Search
SBML Discussions » sbml-discuss » Handwritten sbml model. Please look.
Show: Today's Posts  :: Message Navigator
| Subscribe to topic 
Return to the default flat view Create a new topic Submit Reply
AuthorTopic
Sarah Keating


Posts: 417
Registered:
May 2004
Re: Handwritten sbml model. Please look. 15 Mar '07 07:45 Go to previous messageGo to previous message

Hi Delboy

I ran your model through the soon to be released libSBML and it turned
up the following:

</lsitOfCompartments> as Stefan pointed out

all your <ci> elements should have the closing </ci> tag

a hyphen is not part of an id syntax so "single-tank" is not allowed

the sbml namespace should be http://www.sbml.org/sbml/level2

Correct these and its a valid model :-)

Sarah


Delboy wrote:
> Thankyou for that. I just wanted to look at it to get some ideas of how to code my own generator. I've got a rough one that outputs some SBML xml, but the validator doesn't like it for some reason and the error mesage ain't too helpful. Could anyone take a look and see if there is anything wrong with this xml that im generating:
>
> <?xml version="1.0" encoding="UTF-8"?>
> <sbml xmlns="http://www.sbml.org/level2" level="2" version="1">
> <model id="single-tank">
> <listOfCompartments>
> <compartment id="WaterTank"/>
> </lsitOfCompartments>
> <listOfSpecies>
> <species id="V" compartment="WaterTank"/>
> </listOfSpecies>
> <listOfReactions>
> <reaction id="WaterLevel">
> <listOfProducts>
> <speciesReference species="V"/>
> </listOfProducts>
> <kineticLaw>
> <math xmlns="http://www.w3.org/1998/Math/MathML">
> <apply>
> <minus/>
> <ci> qi<ci>
> <apply>
> <times/>
> <ci> k1 <ci>
> <ci> V <ci>
> </apply>
> </apply>
> </math>
> <listOfParameters>
> <parameter id="qi"/>
> <parameter id="k1"/>
> </listOfParameters>
> </kineticLaw>
> </reaction>
> </listOfReactions>
> </model>
> </sbml>
> ____________________________________________________________
> 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.
>
____________________________________________________________
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   Handwritten sbml model. Please look. Delboy05 Mar '07 04:24
Read Message   Re: Handwritten sbml model. Please look. Herbert Sauro05 Mar '07 11:52
Read Message   Re: Handwritten sbml model. Please look. Frank Bergmann05 Mar '07 12:38
Read Message   Re: Handwritten sbml model. Please look. Stefan.Hoops05 Mar '07 18:22
Read Message   Re: Handwritten sbml model. Please look. Delboy06 Mar '07 02:05
Read Message   Re: Handwritten sbml model. Please look. Rainer Machne07 Mar '07 07:39
Read Message   Re: Handwritten sbml model. Please look. Stefan.Hoops07 Mar '07 07:40
Read Message   Re: Handwritten sbml model. Please look. Delboy09 Mar '07 02:21
Read Message   Re: Handwritten sbml model. Please look. Herbert Sauro10 Mar '07 16:54
Read Message   Re: Handwritten sbml model. Please look. Delboy15 Mar '07 03:24
Read Message   Re: Handwritten sbml model. Please look. Stefan.Hoops15 Mar '07 05:06
Read Message   Re: Handwritten sbml model. Please look.  Sarah Keating15 Mar '07 07:45
Read Message   Re: Handwritten sbml model. Please look. Delboy16 Mar '07 05:38
Read Message   Re: Handwritten sbml model. Please look. Delboy19 Mar '07 10:45
Read Message   Re: Handwritten sbml model. Please look. Stefan.Hoops19 Mar '07 12:18
Read Message   Re: Handwritten sbml model. Please look. Delboy20 Mar '07 02:26
Read Message   Re: Handwritten sbml model. Please look. Stefan.Hoops21 Mar '07 08:38
Read Message   Re: Handwritten sbml model. Please look. Delboy26 Mar '07 01:40
Previous Topic:Announcement: Xholon supports SBML
Next Topic:Software tutorials are fair game for ICSB 2007
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.