Mercurial > repos > bebatut > graphlan
view tool_dependencies.xml @ 0:83baf73b0e79 draft default tip
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit 7aadbbdef6da644837f62ea428cb859eeff34f04-dirty
author | bebatut |
---|---|
date | Thu, 26 May 2016 09:38:11 -0400 |
parents | |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="biopython" version="1.66"> <repository changeset_revision="8433ee4531ff" name="package_biopython_1_66" owner="biopython" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="matplotlib" version="1.4"> <repository changeset_revision="f7424e1cf115" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="graphlan" version="1.0.0"> <install version="1.0"> <actions> <action type="shell_command"> hg clone -u 1.0 https://hg@bitbucket.org/nsegata/graphlan </action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR/bin/</destination_directory> </action> <action type="set_environment"> <environment_variable action="set_to" name="GRAPHLAN_DIR">$INSTALL_DIR/</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme /> </package> </tool_dependency>