| Author | Topic |
Posts: 307
Location: Cambridge UK
Registered: February 2005
|
|
Re: SBO parsing and biojava
|
09 Dec '10 08:35

|
 |
|
On 12/09/2010 04:23 PM, Nicolas Rodriguez wrote:
> Hi,
>
> I tried to use the SBO class to display SBO term name and just notice
> that the OboParser from biojava
> seems to do some weird things.
>
> First which version of biojava did you add in the jsbml lib folder ? Is
> it a trimmed down jar, the official jar look a lot bigger ?
>
> Then the Term class strangely had no visible id/identifier getter or
> setter, the Term.name seem to contain a mix of the id + any is_a
> relationship and the
> Term.description seems to be random.
The strange things might come from the fact the SBO include some mathML
inside the definition ?
The first SBO terms look fine with the Term.name storing the id and the
Term.description storing the name, the definition being in the
Term.Annotation object.
> If the name is used to identify a Term, I thing all the methods using
> the biojava ontology will not work properly.
> I did not made any real test until now, Andreas did you tested the
> getTerm and isChildOf methods of the jsbml SBO class ?
the isObselete methods of the jsbml SBO class is probably not working as
well.
> Thanks,
> Nico
>
____________________________________________________________
To manage your jsbml-development list subscription, visit
https://utils.its.caltech.edu/mailman/listinfo/jsbml-development
For a web interface to the jsbml-development mailing list, visit
http://sbml.org/Forums/
For questions or feedback about the jsbml-development list,
contact sbml-team@caltech.edu
|
|
|