Mercurial > repos > bebatut > graphlan
comparison tool_dependencies.xml @ 0:c5746c07ca5e draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit c1077b92ffc7d750e04fd327f32caca7a9bb2a2a-dirty
author | bebatut |
---|---|
date | Mon, 01 Feb 2016 07:45:14 -0500 |
parents | |
children | 5cdaa98d9376 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:c5746c07ca5e |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="biopython" version="1.66"> | |
4 <repository changeset_revision="907c57486667" name="package_python_2_7_biopython_1_66" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="matplotlib" version="1.4"> | |
7 <repository changeset_revision="9a4214646e88" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="graphlan" version="1.0"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <action type="shell_command"> | |
13 hg clone https://hg@bitbucket.org/nsegata/graphlan | |
14 </action> | |
15 <action type="move_directory_files"> | |
16 <source_directory>.</source_directory> | |
17 <destination_directory>$INSTALL_DIR/</destination_directory> | |
18 </action> | |
19 <action type="set_environment"> | |
20 <environment_variable action="set_to" name="GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> | |
21 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> | |
22 </action> | |
23 </actions> | |
24 </install> | |
25 <readme /> | |
26 </package> | |
27 </tool_dependency> |