Mercurial > repos > drosofff > package_ged_velvet
changeset 0:126303442158 draft
planemo upload for repository https://bitbucket.org/drosofff/gedtools/
author | drosofff |
---|---|
date | Fri, 29 May 2015 12:23:41 -0400 |
parents | |
children | f7ba2dcfa9aa |
files | tool_dependencies.xml |
diffstat | 1 files changed, 29 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri May 29 12:23:41 2015 -0400 @@ -0,0 +1,29 @@ +<?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">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>