changeset 2:304fbda8e727 draft

Deleted selected files
author davidvanzessen
date Thu, 04 Sep 2014 07:51:01 -0400
parents 778a9d130904
children 0dafe2f9ceb8
files tool_dependencies.xml
diffstat 1 files changed, 0 insertions(+), 20 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Thu Sep 04 07:46:23 2014 -0400
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<tool_dependency>
-	<set_environment version="1.0">            
-    </set_environment>
-    
-	<package name="igBlastn" version="1.0.0"> 
-        <install version="1.0">
-            <actions>
-            	<action type="shell_command">wget ftp://ftp.ncbi.nih.gov/blast/executables/igblast/release/1.3.0/ncbi-igblast-1.0.0-x64-linux.tar.gz -P $INSTALL_DIR</action>
-            	<action type="shell_command">tar zxvf $INSTALL_DIR/ncbi-igblast-1.0.0-x64-linux.tar.gz -C $INSTALL_DIR</action>
-                <action type="set_environment">
-                	<environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/ncbi-igblast-1.0.0/bin</environment_variable>
-                </action>
-            </actions>
-        </install>
-        <readme>
-					Downloads the igblastn-1.0.0 executable from NCBI and uses a fixed database included in this tool.
-        </readme>
-    </package>
-</tool_dependency>