# HG changeset patch # User mvdbeek # Date 1443187709 14400 # Node ID d05694dbe2d463402baaad126c4efc64e5aeb62d planemo upload commit 92d32947393757598262fbaed175b2c6fd84c181 diff -r 000000000000 -r d05694dbe2d4 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Sep 25 09:28:29 2015 -0400 @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + https://github.com/ncbi/sra-tools/archive/2.5.2.tar.gz + tar -xf sra-tools-2.5.2.tar.gz + sra-tools-2.5.2 + + ./configure --prefix=$INSTALL_DIR -with-ngs-sdk-prefix=$NGS_SDK_DIR --with-ncbi-vdb-sources=$NCBI_VDB_DIR --with-ncbi-vdb-build=$NCBI_VDB_DIR --build=$INSTALL_DIR/build + sed -i -e "109s/-static//" tools/copycat/Makefile + + + + $INSTALL_DIR/bin/vdb-config --restore-defaults + + + $INSTALL_DIR/bin + + + + + 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: + - 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 + + + +