# HG changeset patch # User iuc # Date 1463508862 14400 # Node ID 98414d1f94809568ab3d654cc763ed06a6f2d046 planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_sra_toolkit_2_6_2 commit 4defaa3ff1c21e2ec39033bfe63ee69471104ede diff -r 000000000000 -r 98414d1f9480 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Tue May 17 14:14:22 2016 -0400 @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + https://github.com/ncbi/sra-tools/archive/2.6.2.tar.gz + + + + + + + + + + + + + + + + ./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 + + + + $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 + + + +