changeset 2:3365c42b076d draft default tip

Uploaded updated tool dependency definition.
author devteam
date Tue, 17 Dec 2013 09:11:26 -0500
parents d24d774f2b08
children
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- 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>
-