comparison tool_dependencies.xml @ 1:09552faff9c0 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/taxonomy_krona_chart commit e4c2b31a732b57cc0210070afeaa2dfeca1e1eb4
author iuc
date Mon, 17 Aug 2015 11:36:09 -0400
parents bd565e1e3c5f
children f11a04ed443b
comparison
equal deleted inserted replaced
0:bd565e1e3c5f 1:09552faff9c0
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="kronatools" version="2.4"> 3 <package name="krona" version="2.5">
4 <install version="1.0"> 4 <repository changeset_revision="96d808a49774" name="package_krona_2_5" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
5 <actions>
6 <action type="download_by_url">http://downloads.sourceforge.net/project/krona/KronaTools%20%28Mac%2C%20Linux%29/KronaTools-2.4.tar</action>
7 <action type="move_directory_files">
8 <source_directory>.</source_directory>
9 <destination_directory>$INSTALL_DIR</destination_directory>
10 </action>
11 <!-- ./install.pl must be run inside $INSTALL_DIR . Moreover "change_directory" action does not work because $INSTALL_DIR is outside the defined working directory -->
12 <action type="shell_command">cd $INSTALL_DIR &amp;&amp; ./install.pl --prefix=$INSTALL_DIR</action>
13 <action type="set_environment">
14 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
15 </action>
16 </actions>
17 </install>
18 </package> 5 </package>
19 </tool_dependency> 6 </tool_dependency>