comparison tool_dependencies.xml @ 0:f3a11239c704 draft

planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/export2graphlan/ commit c1077b92ffc7d750e04fd327f32caca7a9bb2a2a-dirty
author bebatut
date Mon, 01 Feb 2016 07:45:45 -0500
parents
children d2b9ea71c6ed
comparison
equal deleted inserted replaced
-1:000000000000 0:f3a11239c704
1 <?xml version="1.0"?>
2 <tool_dependency>
3 <package name="pandas" version="0.16">
4 <repository changeset_revision="67abd81bd3ac" name="package_python_2_7_pandas_0_16" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="scipy" version="0.16">
7 <repository changeset_revision="bb3303595443" name="package_python_2_7_scipy_0_16" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8 </package>
9 <package name="matplotlib" version="1.4">
10 <repository changeset_revision="9a4214646e88" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" />
11 </package>
12 <package name="export2graphlan" version="1.0">
13 <install version="1.0">
14 <actions>
15 <action type="shell_command">
16 hg clone https://hg@bitbucket.org/CibioCM/export2graphlan
17 </action>
18 <action type="move_directory_files">
19 <source_directory>.</source_directory>
20 <destination_directory>$INSTALL_DIR/</destination_directory>
21 </action>
22 <action type="set_environment">
23 <environment_variable action="set_to" name="EXPORT2GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable>
24 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
25 </action>
26 </actions>
27 </install>
28 <readme />
29 </package>
30 </tool_dependency>