Project

General

Profile

Install SIMPLE » History » Version 6

Amber Herold, 12/02/2013 02:40 PM

1 1 Amber Herold
h1. Install SIMPLE
2
3
4 4 Amber Herold
<pre>mkdir /sw/packages/SIMPLE
5
cd /sw/packages/SIMPLE
6 1 Amber Herold
mkdir downloads
7
cd downloads
8
wget http://simple.stanford.edu/binaries/simple_linux_120521.tar.gz
9
cd ..
10
tar zxf downloads/simple_linux_120521.tar.gz
11
cd simple_linux_120521
12
./simple_config.pl</pre>type "local" when prompted.
13
14 4 Amber Herold
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 /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.
15 1 Amber Herold
16 4 Amber Herold
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:/sw/packages/SIMPLE/simple_linux_120521/apps:/sw/packages/SIMPLE/simple_linux_120521/bin</pre>
17 1 Amber Herold
18
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.
19 5 Amber Herold
20
______
21
22 6 Amber Herold
[[Install EM Hole Finder|< Install EM Hole Finder]] | [[Test Appion|Test Appion >]]
23 5 Amber Herold
24
______