# HG changeset patch # User jeremie # Date 1403863366 14400 # Node ID fff5d75555e26646af0a68e69316bf05e5f17802 # Parent 145d09fbd0141c98c7561ce91cd6afdba9d49467 Uploaded diff -r 145d09fbd014 -r fff5d75555e2 tool_dependencies.xml --- a/tool_dependencies.xml Fri Jun 27 05:59:25 2014 -0400 +++ b/tool_dependencies.xml Fri Jun 27 06:02:46 2014 -0400 @@ -2,19 +2,46 @@ - - https://www.dropbox.com/s/6fpm0vqmn0vu5m2/1_2_6.tar.gz?dl=1 - - . - $INSTALL_DIR/bin - + + + http://depot.galaxyproject.org/package/linux/i386/freebayes/freebayes-0.9.6_9608597d-Linux-i686.tgz + + . + $INSTALL_DIR/bin + + + + http://depot.galaxyproject.org/package/linux/x86_64/freebayes/freebayes-0.9.6_9608597d-Linux-x86_64.tgz + + . + $INSTALL_DIR/bin + + + + http://depot.galaxyproject.org/package/darwin/x86_64/freebayes/freebayes-0.9.6_9608597d-Darwin-x86_64.tgz + + . + $INSTALL_DIR/bin + + + + git clone --recursive git://github.com/ekg/freebayes.git + git checkout 9608597d12e127c847ae03aa03440ab63992fedf + git submodule update --recursive + make || ( make clean && sed -i.bak -e 's:LIBS = -lz -lm -L./ -L../vcflib/tabixpp/ -L$(BAMTOOLS_ROOT)/lib -ltabix:LIBS = -lm -L./ -L../vcflib/tabixpp/ -L$(BAMTOOLS_ROOT)/lib -ltabix -lz:g' src/Makefile && make ) + + bin + $INSTALL_DIR/bin + + $INSTALL_DIR/bin - + +FreeBayes requires g++ and the standard C and C++ development libraries. +Additionally, cmake is required for building the BamTools API. - - + \ No newline at end of file