changeset 0:f55a0c6d1484 draft default tip

Uploaded
author iuc
date Wed, 22 Apr 2015 09:43:49 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Apr 22 09:43:49 2015 -0400
@@ -0,0 +1,21 @@
+<tool_dependency>
+    <package name="legacy_blast" version="2.6.6">
+        <install version="1.0">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url">ftp://ftp.ncbi.nlm.nih.gov/blast/executables/release/2.2.6/blast-2.2.6-ia64-linux.tar.gz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR</destination_directory>
+                    </action>
+                    <action type="set_environment">
+                        <environment_variable action="set_to" name="PATH">$INSTALL_DIR</environment_variable>
+                        <environment_variable action="set_to" name="LEGACY_BLAST_ROOT_DIR">$INSTALL_DIR</environment_variable>
+                    </action>
+                </actions>
+            </actions_group>
+        </install>
+        <readme>
+        </readme>
+    </package>
+</tool_dependency>