# HG changeset patch # User devteam # Date 1380053939 14400 # Node ID cac9b701b6f8cf4507a7fdf7d914675f899a14f7 # Parent 72432392e81abbefadf05548ee28caeee22ef672 Uploaded tool_dependencies.xml that defines a recipe to get a pre-compiled version if possible. diff -r 72432392e81a -r cac9b701b6f8 tool_dependencies.xml --- a/tool_dependencies.xml Tue Feb 05 12:39:46 2013 -0500 +++ b/tool_dependencies.xml Tue Sep 24 16:18:59 2013 -0400 @@ -2,18 +2,53 @@ - - http://downloads.sourceforge.net/project/samtools/samtools/0.1.16/samtools-0.1.16.tar.bz2 - sed -i.bak 's/-lcurses/-lncurses/' Makefile - make - - samtools - $INSTALL_DIR/bin - + + + http://depot.galaxyproject.org/package/linux/i386/samtools/samtools-0.1.16-linux-i386.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/linux/x86_64/samtools/samtools-0.1.16-linux-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/i386/samtools/samtools-0.1.16-Darwin-i386.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/darwin/x86_64/samtools/samtools-0.1.16-Darwin-x86_64.tgz + + . + $INSTALL_DIR + + + + http://depot.galaxyproject.org/package/source/samtools/samtools-0.1.16.tar.bz2 + sed -i.bak 's/-lcurses/-lncurses/' Makefile + make + + samtools + $INSTALL_DIR/bin + + + libbam.a + $INSTALL_DIR/lib + + $INSTALL_DIR/bin + $INSTALL_DIR/lib - + This is the last version of SAMTools to include the 'pileup' command.