[MOBY-guts] biomoby commit

Matthew Links mlinks at dev.open-bio.org
Fri Jan 31 19:02:40 UTC 2003


Fri Jan 31 14:02:39 EST 2003
Update of /home/repository/moby/moby-live/Perl/Client
In directory dev:/tmp/cvs-serv22644

Modified Files:
	central_connection_example.pl 
Added Files:
	central_connection_example_localhost.pl 
Log Message:
Just added a localhost version of the central connection example.  Hopefully this will help people choosing to locally install moby central



moby-live/Perl/Client central_connection_example_localhost.pl,NONE,1.1 central_connection_example.pl,1.2,1.3
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/Client/central_connection_example.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- /tmp/T0FBaaqS	2003-01-31 14:02:39.580004480 -0500
+++ /tmp/T1GBaaqS	2003-01-31 14:02:39.590011155 -0500
@@ -2,8 +2,7 @@
 
 use lib "../Client";
 use MOBY::Client::Central;
-my ($Central) = MOBY::Client::Central->new(MOBY_server 	=> 'http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY-Central.pl',
-                                        MOBY_uri     => 'http://mobycentral.cbr.nrc.ca/MOBY/Central');
+my ($Central) = MOBY::Client::Central->new(MOBY_server 	=> 'http://mobycentral.cbr.nrc.ca/cgi-bin/MOBY-Central.pl',MOBY_uri     => 'http://mobycentral.cbr.nrc.ca/MOBY/Central');
 
 
 # a simple MOBY_Central call to get service types



More information about the MOBY-guts mailing list