Talk:Harvard:Biophysics 101/2007/02/13/install-clustalw: Difference between revisions

From OpenWetWare
Jump to navigationJump to search
(New page: ==Mac OS X== *Download [ftp://ftp.ebi.ac.uk/pub/software/unix/clustalw/clustalw1.83.UNIX.tar.gz source] *Open a terminal window and do the following **extract the file (add z switch to tar...)
(No difference)

Revision as of 15:53, 19 February 2007

Mac OS X

  • Download source
  • Open a terminal window and do the following
    • extract the file (add z switch to tar if Safari didn't automatically gunzip)
    • enter the directory
    • compile clustalw
    • try running clustalw to make sure you comiled it successfully
    • copy clustalw to a place where python can find it (e.g. /usr/bin)
cd Desktop/
tar -xvf clustalw1.83.UNIX.tar.gz
cd clustalw1.83/
make
./clustalw
sudo sudo cp clustalw /usr/bin/

Windows

  • Combat anti-MS discrimination by adding instructions here.