Project

General

Profile

Install SIMPLE » History » Revision 3

Revision 2 (Amber Herold, 08/24/2012 12:05 PM) → Revision 3/6 (Amber Herold, 08/24/2012 12:05 PM)

h1. Install SIMPLE 


 

 h1. SIMPLE 

 h2. Installation in /ami/sw: 

 <pre>mkdir /ami/sw/packages/SIMPLE 
 cd /ami/sw/packages/SIMPLE 
 mkdir downloads 
 cd downloads 
 wget http://simple.stanford.edu/binaries/simple_linux_120521.tar.gz 
 cd .. 
 tar zxf downloads/simple_linux_120521.tar.gz 
 cd simple_linux_120521 
 ./simple_config.pl</pre>type "local" when prompted. 

 This actually modifies the files in simple_linux_120521 to configure them with the correct path.    This cannot later be modified by running ./simple_config.pl again on the same directory, so if you want to install somewhere other than /ami/sw/packages/SIMPLE/simple_linux_120521, then you have to unpack a new copy from the tar.gz and run simple_config.pl once it is in the new location. 

 To set up your environment to use the executables in this new SIMPLE installation, you need both "apps" and "bin" subdirectory in your PATH.    For example:<pre>export PATH=$PATH:/ami/sw/packages/SIMPLE/simple_linux_120521/apps:/ami/sw/packages/SIMPLE/simple_linux_120521/bin</pre> 

 WARNING: I notice that some commands in the bin directory are fairly generic names, so just be aware of this when adding this to PATH.    For example, there is a command "align", so hopefully there is no other "align" command which conflicts with this.