Mercurial > repos > bebatut > graphlan
view tool_dependencies.xml @ 2:64e69b47b4ec draft
planemo upload for repository https://github.com/ASaiM/galaxytools/tree/master/tools/graphlan/ commit fe1ede437f1b0e414d84d75e6a607047d1678444-dirty
author | bebatut |
---|---|
date | Mon, 02 May 2016 05:44:20 -0400 |
parents | 5cdaa98d9376 |
children | dbb2478c7ee4 |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="biopython" version="1.66"> <repository changeset_revision="907c57486667" name="package_python_2_7_biopython_1_66" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu" /> </package> <package name="matplotlib" version="1.4"> <repository changeset_revision="9a4214646e88" name="package_python_2_7_matplotlib_1_4" owner="iuc" toolshed="https://testtoolshed.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>