annotate tool_dependencies.xml @ 13:3369a52a5934

Set environment variables using shell.
author Matt Shirley <mdshw5@gmail.com>
date Mon, 30 Mar 2015 14:40:45 -0400
parents d45b5bdcff3f
children ef71f5982df5
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
1 <?xml version="1.0"?>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
2 <tool_dependency>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
3 <package name="sra_toolkit" version="2.4.5">
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
4 <install version="1.0">
13
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
5
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
6 <action type="make_directory">ncbi</action>
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
7 <action type="make_directory">ncbi/build</action>
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
8 <action type="change_directory">ncbi</action>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
9 <action type="shell_command">git clone https://github.com/ncbi/sra-tools.git</action>
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
10 <action type="shell_command">git clone https://github.com/ncbi/ncbi-vdb.git</action>
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
11 <action type="shell_command">git clone https://github.com/ncbi/ngs.git</action>
13
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
12 <action type="shell_command">LD_LIBRARY_PATH=LD_LIBRARY_PATH:$INSTALL_DIR/lib64:$INSTALL_DIR/lib</action>
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
13 <action type="change_directory">ncbi-vdb</action>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
14 <action type="shell_command">git checkout bf5ffdd</action>
13
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
15 <action type="autoconf">--prefix=$INSTALL_DIR --build-prefix=../build</action>
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
16 <action type="change_directory">../ngs</action>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
17 <action type="shell_command">git checkout 3a7a0ed</action>
13
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
18 <action type="change_directory">ngs-sdk</action>
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
19 <action type="autoconf">--prefix=$INSTALL_DIR --build-prefix=../../build</action>
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
20 <action type="change_directory">../../sra-tools</action>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
21 <action type="shell_command">git checkout 4ef7ea0</action>
13
3369a52a5934 Set environment variables using shell.
Matt Shirley <mdshw5@gmail.com>
parents: 12
diff changeset
22 <action type="autoconf">--prefix=$INSTALL_DIR --build-prefix=../build --with-ncbi-vdb-build=../build --with-ncbi-vdb-sources=../ncbi-vdb --with-ngs-sdk-prefix=$INSTALL_DIR --with-magic-prefix=/dev/null</action>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
23 <action type="shell_command">sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" -e "s|cache-enabled = \"true\"|cache-enabled = \"false\"|" $INSTALL_DIR/ncbi/default.kfg</action>
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
24 </actions>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
25 </install>
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
26 <readme>
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
27 Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives.
7
e724bff23fb6 Bump SRA toolkit version
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
28 This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 64 bit architectures.
e724bff23fb6 Bump SRA toolkit version
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
29 When running on Amazon EC2, be sure to keep in mind the size limitation of EBS storage devices when requesting a
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
30 download of a large SRA data set.
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
31
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
32 Build Requirements:
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
33 - make
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
34 - git
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
35 - gcc
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
36 - g++
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
37 - libxml2
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
38 - libcurl4
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
39 - zlib
7
e724bff23fb6 Bump SRA toolkit version
Matt Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
40
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
41 On a debian based Linux OS use:
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
42
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
43 apt-get install build-essential libxml2-dev libcurl4-openssl-dev zlib-dev
11
91558de676f4 Update to latest toolkit version - fix installation issues.
Matt Shirley <mdshw5@gmail.com>
parents: 10
diff changeset
44
2
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
45 </readme>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
46 </package>
293927a46697 Move from test tool shed
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
47 </tool_dependency>