[MOBY-guts] biomoby commit

Mark Wilkinson mwilkinson at pub.open-bio.org
Wed Jun 16 01:15:30 UTC 2004


mwilkinson
Tue Jun 15 21:15:30 EDT 2004
Update of /home/repository/moby/moby-live/Perl/scripts
In directory pub.open-bio.org:/tmp/cvs-serv16447/scripts

Modified Files:
	testMOBYClientCentral_v05.pl 
Log Message:
all sorts of additions and changes.  Secondary parameters now work for me on two systems, so that problem should now be solved.  I am starting to rip out the SQL that is in MOBY Central into other modules, and it will eventually end up in a single mysql-specific module with an API to make it easier to code MOBY onto other data back-ends.  Various bug fixes here and there as well.

moby-live/Perl/scripts testMOBYClientCentral_v05.pl,1.15,1.16
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl	2004/04/20 23:24:25	1.15
+++ /home/repository/moby/moby-live/Perl/scripts/testMOBYClientCentral_v05.pl	2004/06/16 01:15:30	1.16
@@ -24,10 +24,10 @@
 }
 
 my $C = MOBY::Client::Central->new(
-#Registries => {
-#	mobycentral => {URL => 'http://localhost/cgi-bin/MOBY-Central.pl',
-#                       URI => 'http://localhost/MOBY/Central'}
-#		}
+Registries => {
+  mobycentral => {URL => $ENV{MOBY_SERVER}?$ENV{MOBY_SERVER}:'http://mobycentral.cbr.nrc.ca:8080/cgi-bin/MOBY05/mobycentral.pl',
+		  URI => $ENV{MOBY_URI}?$ENV{MOBY_URI}:'http://mobycentral.cbr.nrc.ca:8080/MOBY/Central'}
+						}
 );
 
 




More information about the MOBY-guts mailing list