Mercurial > repos > jorrit > obotest
view tool_dependencies.xml @ 3:0c42bebab126 draft default tip
Uploaded
author | jorrit |
---|---|
date | Thu, 07 Feb 2013 16:58:40 -0500 |
parents | 569830319099 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="obo_scripts" version="1.0.1"> <install version="1.0"> <actions> <action type="shell_command">git clone http://github.com/cmungall/obo-scripts</action> <action type="move_directory_files"> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme> obo_scripts require perl to be installed. </readme> </package> </tool_dependency>