[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Sun Nov 20 15:45:36 UTC 2005


mwilkinson
Sun Nov 20 10:45:35 EST 2005
Update of /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby
In directory pub.open-bio.org:/tmp/cvs-serv5810/MOBY/Adaptor/moby

Modified Files:
	queryapi.pm 
Log Message:
added lsid retrieval to adaptor for getServiceNames call

moby-live/Perl/MOBY/Adaptor/moby queryapi.pm,1.30,1.31
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi.pm,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi.pm	2005/08/31 22:28:22	1.30
+++ /home/repository/moby/moby-live/Perl/MOBY/Adaptor/moby/queryapi.pm	2005/11/20 15:45:35	1.31
@@ -50,12 +50,12 @@
 =head2 new
 
  Title     :	new
- Usage     :	my $MOBY = MOBY::Client::Central->new(Registries => \%regrefs)
+ Usage     :	my $MOBY = MOBY::Client::Central->new(%args)
  Function  :	connect to one or more MOBY-Central
                 registries for searching
  Returns   :	MOBY::Client::Central object
- Args      :    Registries - optional.
- Notes     :    Each registry must have a different
+ Args      :    
+ Notes     :    
 
 
 =cut
@@ -223,7 +223,7 @@
 
  Title     :	driver
  Usage     :	my $un = $API->driver($arg)
- Function  :	get/set string name of driver module (e.g. DBD::mySQL)
+ Function  :	get/set string name of DSI driver module (e.g. DBI:mySQL)
  Returns   :	String (driver)
  Args      :    String (driver) - optional.
 
@@ -340,7 +340,6 @@
 
 =cut
 
-
 sub delete_collection_input{
 	die "delete_collection_input not implemented in adaptor\n";
 }
@@ -412,6 +411,7 @@
 #
 # simple_output table functions
 #
+
 =head2 query_simple_input
 
  Title     :	query_simple_input
@@ -467,7 +467,6 @@
 
 =cut
 
-
 sub delete_simple_input{
 	die "delete_simple_input not implemented in adaptor\n";
 }




More information about the MOBY-guts mailing list