comparison tool_dependencies.xml @ 0:2d6bafd63401 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_ucsc_tools_312 commit fd63087069bdf87d7a3c65d681a09de76ce8e708
author iuc
date Thu, 11 Jun 2015 16:02:14 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:2d6bafd63401
1 <?xml version='1.0' encoding='utf-8'?>
2 <tool_dependency>
3 <package name="ucsc_tools" version="312">
4 <install version="1.0">
5 <actions_group>
6 <actions architecture="x86_64" os="linux">
7 <action type="download_by_url">https://depot.galaxyproject.org/package/linux/x86_64/ucsc/ucsc-312-Linux-x86_64.tar.gz</action>
8 <action type="shell_command">rm ucsc-312-Linux-x86_64.tar.gz</action>
9 <action type="move_directory_files">
10 <source_directory>.</source_directory>
11 <destination_directory>$INSTALL_DIR</destination_directory>
12 </action>
13 </actions>
14 <!--actions architecture="x86_64" os="darwin">
15 <action type="download_by_url"></action>
16 <action type="move_directory_files">
17 <source_directory>.</source_directory>
18 <destination_directory>$INSTALL_DIR/bin</destination_directory>
19 </action>
20 </actions-->
21 <action type="set_environment">
22 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
23 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
24 <environment_variable name="UCSC_TOOLS_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
25 </action>
26 </actions_group>
27 </install>
28 <readme>The well known UCSC tools from Jim Kent.</readme>
29 </package>
30 </tool_dependency>