Install SIMPLE » History » Revision 1
Revision 1/6
| Next »
Amber Herold, 08/24/2012 12:04 PM
Install SIMPLE¶
SIMPLE¶
Installation in /ami/sw:¶
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.pltype "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:
export PATH=$PATH:/ami/sw/packages/SIMPLE/simple_linux_120521/apps:/ami/sw/packages/SIMPLE/simple_linux_120521/bin
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.
Installation on guppy:¶
mkdir /usr/local/SIMPLE cd /usr/local/SIMPLE scp bnc16:/ami/sw/packages/SIMPLE/downloads/*tar.gz . tar zxf simple_linux_120521.tar.gz cd simple_linux_120521 ./simple_config.pl -> enter local when prompted
Added simple.sh and simple.csh to /etc/profile.d with correct PATH configuration
Updated by Amber Herold about 12 years ago · 1 revisions