[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Fri Jul 18 21:44:55 UTC 2003
mwilkinson
Fri Jul 18 17:44:55 EDT 2003
Update of /home/repository/moby/moby-live/Perl/MOBY
In directory pub.open-bio.org:/tmp/cvs-serv20191/Perl/MOBY
Modified Files:
Central.html
Log Message:
fixed documentation error on DUMP
moby-live/Perl/MOBY Central.html,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/MOBY/Central.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Perl/MOBY/Central.html 2003/06/19 00:47:35 1.5
+++ /home/repository/moby/moby-live/Perl/MOBY/Central.html 2003/07/18 21:44:55 1.6
@@ -95,7 +95,7 @@
my $reg = $Central->registerService("
);
print "success ", $reg->success;
- print "\nerror_message ", $reg->error_message;
+ print "\nmessage ", $reg->message;
print "\nregistration_id ", $reg->registration_id;
print "\n\n";</pre>
<p>----------------------------------------</p>
@@ -731,9 +731,9 @@
<h2><a name="dump">DUMP</a></h2>
<pre>
Title : DUMP
- Usage : %valid = $MOBY->DUMP()
- Function : return a mysql dump of the current MOBY Central database
- Returns : text
+ Usage : ($central,$object,$service,$namespace,$relat) = $MOBY->DUMP()
+ Function : return a mysql dump of each of the current MOBY Central databases
+ Returns : an array of SQL strings that can be used to recreate the database locally
Args : none</pre>
<p>
</p>
@@ -747,9 +747,7 @@
Usage : %valid = $MOBY->_getValidServices($dbh, $sth_hash, $query, $max_return)
Function : execute the query in $query to return a non-redundant list of matching services
Returns : XML
- Args : none
-
-</pre>
+ Args : none</pre>
<p>
</p>
<h2><a name="_getservicewsdl">_getServiceWSDL</a></h2>
More information about the MOBY-guts
mailing list