[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Fri Jul 22 17:12:13 UTC 2005


mwilkinson
Fri Jul 22 13:12:13 EDT 2005
Update of /home/repository/moby/moby-live/Perl/MOBY/Client
In directory pub.open-bio.org:/tmp/cvs-serv390/MOBY/Client

Modified Files:
	ServiceInstance.pm 
Log Message:
the logic for findig existing services was still wonky.  This simplifies it and should fix it.  Also fixed the documentation for the MOBY::Client::ServiceInstance object as per this mornings email

moby-live/Perl/MOBY/Client ServiceInstance.pm,1.14,1.15
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Client/ServiceInstance.pm,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- /home/repository/moby/moby-live/Perl/MOBY/Client/ServiceInstance.pm	2005/05/30 21:39:05	1.14
+++ /home/repository/moby/moby-live/Perl/MOBY/Client/ServiceInstance.pm	2005/07/22 17:12:13	1.15
@@ -17,8 +17,9 @@
      contactEmail => markw at illumin.com,
      name => 'marksFabulousService',
      type => 'Retrieve',
-	 category => 'moby',
-     output => 'Sequence',
+     input => [$SimpleArticle],
+     category => 'moby',
+     output => [$CollectionArticle, $SecondaryArticle],
      description => 'retrieves random sequences from a database',
 	 XML => $xml, # the XML from MOBY::Central::findService
 	 );
@@ -99,7 +100,8 @@
 
  Title     :	input
  Usage     :	$input = $Service->input($args)
- Args      :    (optional) listref of SimpleArticle and/or CollectionArticle objects
+ Args      :    (optional) listref of SimpleArticle,
+                CollectionArticle, or SecondaryArticle objects
  Function  :	get/set input
  Returns   :	listref of MOBY::Client::SimpleArticle
                 and/or MOBY::Client::CollectionArticle objects
@@ -110,7 +112,8 @@
 
  Title     :	output
  Usage     :	$output = $Service->output($args)
- Args      :    (optional) listref of SimpleArticle and/or CollectionArticle objects
+ Args      :    (optional) listref of SimpleArticle,
+                CollectionArticle, or SecondaryArticle objects
  Function  :	get/set output
  Returns   :	listref of MOBY::Client::SimpleArticle
                 and/or MOBY::Client::CollectionArticle objects




More information about the MOBY-guts mailing list