2
|
1 This package installs the Trans Proteomic Pipeline Commandline Tools
|
|
2
|
|
3 Installing this package should proceed automatically however for the purpose
|
|
4 of troubleshooting these are the steps it will perform
|
|
5
|
|
6 1. Download an install script from dropbox
|
|
7 2. Install several perl packages locally (inside the install directory)
|
3
|
8 3. Download the TPP source code
|
2
|
9 4. Build the TPP
|
|
10
|
|
11 Intermediate files in this process are stored in ~/.protk/tmp/download and ~/.protk/tmp/build
|
|
12
|
|
13 Requirements:
|
3
|
14 Please see instructions for package galaxy_protk and ensure those are met
|
|
15
|
|
16 In addition several system packages are required in order to build the TPP. The lists
|
|
17 below work for specific test systems. If you have a different system you may need additional packages.
|
|
18
|
|
19 Ubuntu-12.04-LTS 64 Bit Server With OpenSSH preinstalled:
|
|
20 # For Building the TPP
|
|
21 subversion libbz2-dev swig expat libpng12-dev gnuplot libperl-dev libfuse-dev libcurl4-openssl-dev libxml2-dev libgd2-xpm-dev
|
2
|
22
|
3
|
23 # For Installing perl modules locally (for the TPP)
|
|
24 liblocal-lib-perl cpanminus
|
2
|
25
|
3
|
26 Centos 6 Server
|
|
27 # For Building the TPP
|
|
28 libcurl-devel libcurl libxml2 libxml2-devel expat-devel gd gd-devel expat gnuplot libxslt swig
|
|
29
|
|
30 # For Perl Module Management
|
|
31 perl-local-lib
|
|
32
|
|
33 # On Centos you will need to install cpanminus manually with this command
|
|
34 curl -L http://cpanmin.us | perl - --self-upgrade
|