Mercurial > repos > drosofff > package_ged_velvet
view tool_dependencies.xml @ 1:517ddcce2fa4 draft default tip
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | drosofff |
---|---|
date | Mon, 22 Jun 2015 10:35:35 -0400 |
parents | b3e2c0f12e11 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="velvet" version="1.2.10_9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3"> <install version="1.0"> <actions> <action type="shell_command">git clone git://github.com/dzerbino/velvet.git</action> <action type="shell_command">git reset --hard 9adf09f7ded7fedaf6b0e5e4edf9f46602e263d3</action> <action type="shell_command">sed -i -e "95s/cleanobj//" Makefile</action> <action type="shell_command">make 'MAXKMERLENGTH=70'</action> <action type="move_directory_files"> <source_directory>.</source_directory> <destination_directory>$INSTALL_DIR</destination_directory> </action> <action type="set_environment"> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> <environment_variable action="set_to" name="VELVET_DIR">$INSTALL_DIR</environment_variable> </action> </actions> </install> <readme> </readme> </package> </tool_dependency>