Mercurial > repos > drosofff > package_ged_velvet
changeset 0:b3e2c0f12e11 draft
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | drosofff |
---|---|
date | Sun, 21 Jun 2015 14:34:35 -0400 |
parents | |
children | 517ddcce2fa4 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 30 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Sun Jun 21 14:34:35 2015 -0400 @@ -0,0 +1,30 @@ +<?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="move_file"> + <source>velvetg</source> + <destination>$INSTALL_DIR</destination> + </action> + <action type="move_file"> + <source>velveth</source> + <destination>$INSTALL_DIR</destination> + </action> --> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + </readme> + </package> +</tool_dependency>