comparison tool_dependencies.xml @ 0:b344522045f3 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/export2graphlan/ commit 1b95965e1a861ec37867be554e324eb5bc1ece82-dirty
author bebatut
date Wed, 20 Apr 2016 06:09:29 -0400
parents
children d7cf3b50a074
comparison
equal deleted inserted replaced
-1:000000000000 0:b344522045f3
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="pandas" version="0.16">
4 <repository changeset_revision="ea929a7f2976" name="package_python_2_7_pandas_0_16" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="scipy" version="0.16">
7 <repository changeset_revision="80f8536c6dc2" name="package_python_2_7_scipy_0_16" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="matplotlib" version="1.4">
10 <repository changeset_revision="f7424e1cf115" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" />
11 </package>
12 <package name="export2graphlan" version="0.19">
13 <install version="1.0">
14 <actions>
15 <action type="shell_command">
16 hg clone -r d6c10c1 https://hg@bitbucket.org/CibioCM/export2graphlan
17 </action>
18 <action type="move_file">
19 <source>export2graphlan.py</source>
20 <destination>$INSTALL_DIR/bin/</destination>
21 </action>
22 <action type="move_directory_files">
23 <source_directory>hclust2</source_directory>
24 <destination_directory>$INSTALL_DIR/bin/hclust2/</destination_directory>
25 </action>
26 <action type="set_environment">
27 <environment_variable action="set_to" name="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable>
28 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin/</environment_variable>
29 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/</environment_variable>
30 </action>
31 </actions>
32 </install>
33 <readme />
34 </package>
35 </tool_dependency>