# HG changeset patch # User Matt Shirley # Date 1427738776 14400 # Node ID 91558de676f4622a077513add9589c66b4160c49 # Parent 16f96ab0196b2942a97498c83fcd2b7f4323cd1e Update to latest toolkit version - fix installation issues. diff -r 16f96ab0196b -r 91558de676f4 tool_dependencies.xml --- a/tool_dependencies.xml Tue Feb 03 13:40:03 2015 -0500 +++ b/tool_dependencies.xml Mon Mar 30 14:06:16 2015 -0400 @@ -1,37 +1,52 @@ - + - http://ftp-trace.ncbi.nlm.nih.gov/sra/sdk/current/sratoolkit.current.version - make release - make static - make - $INSTALL_DIR/bin - $INSTALL_DIR/ncbi - $INSTALL_DIR/ncbi/public - sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" -e "s|cache-enabled = \"true\"|cache-enabled = \"false\"|" bin64/ncbi/default.kfg - cp --recursive --dereference bin64/* $INSTALL_DIR/bin - $INSTALL_DIR/bin + + $PWD/ncbi + $PWD/build + $INSTALL_DIR/lib64 + $INSTALL_DIR/lib + + $BUILD + $NCBI + $NCBI + git clone https://github.com/ncbi/sra-tools.git + git clone https://github.com/ncbi/ncbi-vdb.git + git clone https://github.com/ncbi/ngs.git + $NCBI/ncbi-vdb + git checkout bf5ffdd + --prefix=$INSTALL_DIR --build-prefix=$BUILD + $NCBI/ngs + git checkout 3a7a0ed + $NCBI/ngs/ngs-sdk + --prefix=$INSTALL_DIR --build-prefix=$BUILD + $NCBI/sra-tools + git checkout 4ef7ea0 + --prefix=$INSTALL_DIR --build-prefix=$BUILD --with-ncbi-vdb-build=$BUILD --with-ncbi-vdb-sources=$NCBI/ncbi-vdb --with-ngs-sdk-prefix=$INSTALL_DIR --with-magic-prefix=/dev/null + sed -i -e "s|\$(HOME)|$INSTALL_DIR|g" -e "s|cache-enabled = \"true\"|cache-enabled = \"false\"|" $INSTALL_DIR/ncbi/default.kfg - Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives. + +Tools from NCBI SRA Toolkit for extracting FASTQ and SAM format reads from SRA format archives. This software release was designed to run under Linux, MacOSX operating systems on Intel x86-compatible 64 bit architectures. When running on Amazon EC2, be sure to keep in mind the size limitation of EBS storage devices when requesting a download of a large SRA data set. Build Requirements: - ar - bash - make - gcc, g++ - libxml2 - libcurl4 - zlib + - make + - git + - gcc + - g++ + - libxml2 + - libcurl4 + - zlib On a debian based Linux OS use: apt-get install build-essential libxml2-dev libcurl4-openssl-dev zlib-dev +