diff tool_dependencies.xml @ 0:9e56efe1c371 draft

planemo upload
author yating-l
date Tue, 31 Jan 2017 16:15:51 -0500
parents
children 4f7ad18c3812
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Tue Jan 31 16:15:51 2017 -0500
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <!-- UCSC tools:
+        - blat
+        - 
+    -->
+    <package name="ucsc_tools_340_for_BLAT" version="1.0">
+        <install version="340">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/package_ucsc_tools_340_for_BLAT.zip</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>
+                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                    </action>
+                </actions>
+                <action type="set_environment">
+                    <envirionment_variable name="PAHT" action="prepend_to">$INSTALL_DIR/bin</envirionment_variable>
+                </action>
+            </actions_group>
+        </install>
+        <readme>The tools and utilities were created by the UCSC Genome Bioinformatics Group</readme>
+    </package>
+</tool_dependency>
\ No newline at end of file