Changes between Version 32 and Version 33 of Installation

Show
Ignore:
Timestamp:
12/04/12 10:33:42 (12 years ago)
Author:
jorisborgdorff
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Installation

    v32 v33  
    6262}}} 
    6363 
    64 When the dependencies are in place, you are ready to build and install MUSCLE.  Download the muscle bundle from [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]], e.g. 
     64When the dependencies are in place, you are ready to build and install MUSCLE.  Download the muscle bundle from [[http://apps.man.poznan.pl/trac/muscle/downloads|Downloads section]], or from the command-line, e.g., 
    6565{{{ 
    66 curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/muscle-2.0-RC1.zip 
     66curl -#O http://apps.man.poznan.pl/trac/muscle/downloads/MUSCLE-2.0.0rc2-sources.zip 
    6767}}} 
    6868 
    69 Extract the download, e.g. 
     69Extract the download, e.g., 
    7070{{{ 
    71 unzip muscle-2.0-RC1.zip 
     71unzip MUSCLE-2.0.0rc2-sources.zip 
    7272}}} 
    7373Change your working directory to the the MUSCLE directory: 
    7474{{{ 
    75 cd muscle-2.0-RC1/build 
     75cd MUSCLE-2.0.0rc2-sources/build 
    7676}}} 
    7777Invoke MUSCLE build script with installation; this installs MUSCLE in /opt/muscle. For another location, add this as the first argument. 
     
    8989}}} 
    9090should always be run before executing MUSCLE. It can help to put this command in {{{~/.bashrc}}} so that it runs at login. 
    91  
    9291== Further reading == 
    9392For more information how to use MUSCLE see the [[Documentation]] and [[Tutorials]] sections.