[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Mon Jun 23 21:58:45 UTC 2003
mwilkinson
Mon Jun 23 17:58:45 EDT 2003
Update of /home/repository/moby/moby-live/Perl/scripts
In directory pub.open-bio.org:/tmp/cvs-serv5434/scripts
Modified Files:
testMOBYClientCentral_v05.pl
Log Message:
Whhhrrrrrrrr.... traversal of ontology kicks back into life. The flags 'expandServices' and 'expandObjects' should now be active on the findService call. expandObject will traverse the ISA relationship (only) all the way back to root so that you discover services that operate on that object or any parent object type. expandService will traverse the ISA relationship (only) of services all the way to the leaves so you get the general service type you requested, or service types that are more specific than the one you requested
moby-live/Perl/scripts testMOBYClientCentral_v05.pl,1.7,1.8
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl 2003/06/23 17:51:16 1.7
+++ /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl 2003/06/23 21:58:45 1.8
@@ -188,8 +188,9 @@
authURI => "www.illuminae.com",
authoritative => 0,
category => "moby",
+ expandObjects => 1,
input =>[
- ["Object"], # Simple
+ ["String"], # Simple
]), 21, 1);
TEST2($C->findService(
More information about the MOBY-guts
mailing list