# HG changeset patch # User devteam # Date 1387289486 18000 # Node ID 3365c42b076d01bab1e862b2b631655554d7b3b1 # Parent d24d774f2b087d776f3c019bea5da8596f40607f Uploaded updated tool dependency definition. diff -r d24d774f2b08 -r 3365c42b076d tool_dependencies.xml --- a/tool_dependencies.xml Fri Sep 28 11:10:10 2012 -0400 +++ b/tool_dependencies.xml Tue Dec 17 09:11:26 2013 -0500 @@ -1,22 +1,6 @@ <?xml version="1.0"?> <tool_dependency> <package name="bwa" version="0.5.9"> - <install version="1.0"> - <actions> - <action type="download_by_url">http://downloads.sourceforge.net/project/bio-bwa/bwa-0.5.9.tar.bz2</action> - <action type="shell_command">make</action> - <action type="move_file"> - <source>bwa</source> - <destination>$INSTALL_DIR/bin</destination> - </action> - <action type="set_environment"> - <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> - </action> - </actions> - </install> - <readme> -Compiling BWA requires zlib and libpthread to be present on your system. - </readme> + <repository changeset_revision="1e8ba0ebe119" name="package_bwa_0_5_9" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu" /> </package> </tool_dependency> -