# HG changeset patch # User mvdbeek # Date 1439645588 14400 # Node ID ce7da2f8d213b3396efc8a48774bb1ec6f5ab3cf planemo upload commit 96ecd86165525684766848f98a1c3be4353ec3b1-dirty diff -r 000000000000 -r ce7da2f8d213 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sat Aug 15 09:33:08 2015 -0400 @@ -0,0 +1,48 @@ + + + + + + + + + + + + https://github.com/ncbi/sra-tools/archive/2.5.2.tar.gz + + ./configure --prefix=$INSTALL_DIR --build-prefix=$INSTALL_DIR/build + sed -i -e "109s/-static//" tools/copycat/Makefile + make + make install + cd $INSTALL_DIR/bin + ./vdb-config -s "/repository/user/main/public/cache-enabled=false" + ./vdb-config -s "/repository/user/main/public/root=$INSTALL_DIR" + + + $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 + + + +