diff tool_dependencies.xml @ 5:e7c80e9b70ae draft

planemo upload for repository https://github.com/Yating-L/jbrowse_hub commit f18ea51d27ec7addfa6413716391cfefebc8acbc-dirty
author yating-l
date Tue, 14 Mar 2017 12:24:37 -0400
parents d048f9f9f9df
children 3511d4f604a7
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Mar 10 14:57:36 2017 -0500
+++ b/tool_dependencies.xml	Tue Mar 14 12:24:37 2017 -0400
@@ -39,5 +39,22 @@
             </actions>
         </install>
     </package>
+     <package name="ucsc_tools_340" version="1.0">
+        <install version="1.0">
+            <actions_group>
+                <actions architecture="x86_64" os="linux">
+                    <action type="download_by_url">http://old-gep.wustl.edu/~galaxy/ucsc_tools_340.tar.gz</action>
+                    <action type="move_directory_files">
+                        <source_directory>.</source_directory>                       
+                        <destination_directory>$INSTALL_DIR/bin</destination_directory>
+                    </action>    
+                </actions>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions_group>
+         </install>
+         <readme>The well known UCSC tools from Jim Kent.</readme>
+    </package>
     
 </tool_dependency>