Using your local copy of PredictProtein home page

To use produce a local version of all my WWW pages, do the following:
  1. download the pages (by clicking on the word download in my home page)
    result: file called 'wwwPredictProtein.tar.gz' on your disk
  2. to extract the pages:
    1. on UNIX, do:
      1. mkdir tmp
      2. mv wwwPP.tar.gz
      3. cd tmp
      4. gunzip wwwPP.tar.gz

        DONT do the following step in your home directory, since you may override your own public_html directory!!!

      5. tar -xvf wwwPP.tar
    2. on PC or Macintosh:
      1. run the program to unzip (GNU-zip) the file wwwPP.tar.gz
      2. run the program to untar the file wwwPP.tar (produced in the previous step)
  3. load the page public_html/index.html into your browser
Good luck!