Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Protein subclass

0 views
Skip to first unread message

Nicolas Thierry-Mieg

unread,
Feb 23, 2006, 10:31:45 AM2/23/06
to ac...@magpie.bio.indiana.edu
hi all,

I am trying to define a subclass named Protein, but this doesn't work
with any tested xace versions (current supported or daily)
Is this forbidden? If yes, shouldn't xace/tace complain when it reads
the models?


Here is a small example to illustrate:

######################################
$ more models.wrm
?Ligand Protein
Sugar

######################################
$ more subclasses.wrm
Class Prot
Visible
Is_a_subclass_of Ligand
Filter Protein

Class Protein
Visible
Is_a_subclass_of Ligand
Filter Protein

Class Sugar
Visible
Is_a_subclass_of Ligand
Filter Sugar

######################################
$ more test.ace
Ligand : "lig1"
Protein

Ligand : "lig2"
Sugar

######################################

Initializing the database works fine
When parsing test.ace, no errors

object lig2 is OK, and shows up in class Sugar
but lig1 is NOT in class Protein (ace says that class Protein is empty),
although it does show up fine in class Prot.


thanks
nicolas


--
------------------------------------------------------------
Nicolas Thierry-Mieg
Laboratoire LSR-IMAG, BP 53, 38041 Grenoble Cedex 9, France
tel : (33/0)4-76-63-55-79, fax : (33/0)4-76-63-55-50
------------------------------------------------------------

0 new messages