# HG changeset patch # User devteam # Date 1387229437 18000 # Node ID 7615ee9e216d93d980f2aab058ef10840e4b9d17 Uploaded tool dependency definition that specifies precompiled binaries for FreeBayes. diff -r 000000000000 -r 7615ee9e216d tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Dec 16 16:30:37 2013 -0500 @@ -0,0 +1,47 @@ + + + + + + + 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