[MOBY-guts] biomoby commit
Mark Wilkinson
mwilkinson at pub.open-bio.org
Tue Nov 22 21:33:23 UTC 2005
mwilkinson
Tue Nov 22 16:33:23 EST 2005
Update of /home/repository/moby/moby-live/Perl/scripts
In directory pub.open-bio.org:/tmp/cvs-serv14216/scripts
Modified Files:
OntologyServer.cgi
Log Message:
made modifications to allow complete independence from public MOBY Central. The MOBY::Client::OntologyServer checks the MOBY_ONTOLOGYSERVER environment varable, and connects to whatever server is at that address. if you set this to localhost you will be talking to your own moby ontologies. I have also modified the test suite so that they will work on a vanilla bootstrapped MOBY ontology server, and don't expect any entries from the public ontologies with the exception of the bootstrap entries.
moby-live/Perl/scripts OntologyServer.cgi,1.5,1.6
===================================================================
RCS file: /home/repository/moby/moby-live/Perl/scripts/OntologyServer.cgi,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- /home/repository/moby/moby-live/Perl/scripts/OntologyServer.cgi 2005/09/27 00:01:24 1.5
+++ /home/repository/moby/moby-live/Perl/scripts/OntologyServer.cgi 2005/11/22 21:33:23 1.6
@@ -1,7 +1,6 @@
-#!/usr/bin/perl -w
+#!perl -w
use CGI qw/:standard/;
-use lib "/usr/local/apache/cgi-bin/MOBY05";
use MOBY::OntologyServer;
use strict;
More information about the MOBY-guts
mailing list