changeset 2:f2cf7f386258 draft

Deleted selected files
author jasonk
date Wed, 18 Jan 2017 01:14:53 -0500
parents 2cae8e69bad0
children 099aaf4d1b2e
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 22 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 18 00:59:51 2017 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,22 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-    <package name="velvet" version="1.2.10">
-	<install version="1.0">
-	    <actions>
-		<action type="download_by_url">https://www.ebi.ac.uk/~zerbino/velvet/velvet_1.2.10.tgz</action>
-		<action type="shell_command">make</action>
-		<action type="move_file">
-                        <source>velveth</source>
-                        <destination>$INSTALL_DIR</destination>
-                </action>
-		<action type="move_file">
-                        <source>velvetg</source>
-                        <destination>$INSTALL_DIR</destination>
-                </action>
-                <action type="set_environment">
-                        <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
-                </action>
-	    </actions>
-         </install>
-    </package>
-</tool_dependency>