b27935d048c9e2ecdea3242c50d695fbe6b56792
galt
  Fri Jan 25 18:50:53 2013 -0800
Fixed incorrect and misleading config lines in documentation for webBlat.
diff --git src/webBlat/install.txt src/webBlat/install.txt
index 9032ce6..31b438a 100644
--- src/webBlat/install.txt
+++ src/webBlat/install.txt
@@ -71,39 +71,39 @@
 first word of the line being a command.  Blank lines and lines starting with #
 are ignored.  The webBlat.cfg and webPcr.cfg files are similar. The webBlat.cfg
 commands are:
    gfServer  -  defines host and port a (untranslated) gfServer is running on, the 
    		associated sequence directory, and the name of the database to display in
                 the webPcr web page.
    gfServerTrans - defines location of a translated server.
    background - defines the background image if any to display on web page
    company    - defines company name to display on web page
    tempDir    - where to put temporary files.  This path is relative to where the web
                 server executes CGI scripts.  It is good to remove files that haven't
 		been accessed for 24 hours from this directory periodically, 
 		via a cron job or similar mechanism.
 The background and company commands are optional.  The webBlat.cfg file must
 have at least one valid gfServer or gfServerTrans line, and a tempDir line.
-.  Here is a webBlat.cfg file that you
+Here is a webBlat.cfg file that you
 might find at a typical installation:
 
 company Awesome Research Amalgamated
 background /images/dnaPaper.jpg
-gfServer bigRamMachine 17778 /data/genomes/2bit/hg16.2bit Human Genome
-gfServer bigRamMachine 17779 /data/genomes/2bit/hg16.2bit Human Genome
-gfServer mouseServer 17780 /data/genomes/2bit/mm4.2bit Mouse Genome
-gfServer mouseServer 17781 /data/genomes/2bit/mm4.2bit Mouse Genome
+gfServerTrans bigRamMachine 17778 /data/genomes/2bit Human Genome
+gfServer bigRamMachine 17779 /data/genomes/2bit Human Genome
+gfServerTrans mouseServer 17780 /data/genomes/2bit Mouse Genome
+gfServer mouseServer 17781 /data/genomes/2bit Mouse Genome
 tempDir ../tmp
 
 PUTTING WEBBLAT WHERE THE WEB SERVER CAN EXECUTE IT
 
 The details of this step vary highly from web server to web server.  On
 a typical Apache installation it might be:
      ssh webServer
      cd kent/webBlat
      cp webBlat /usr/local/apache/cgi-bin
      cp webBlat.cfg /usr/local/apache/cgi-bin
 assuming that you've put the executable and config file in kent/webBlat.
 On OS-X, instead of /usr/local/apache/cgi-bin typically you'll copy stuff
 to /LibraryWebServer/CGI-Executables.  Unless you are administering your
 own computer you will likely need to ask your local system administrators
 for help with this step.