Mercurial > repos > galaxyp > package_myrimatch
changeset 0:fd3893bf3008 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Fri, 26 Sep 2014 15:15:34 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Sep 26 15:15:34 2014 -0400 @@ -0,0 +1,21 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="binaries_for_package_myrimatch" version="333"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://bitbucket.org/galaxyp-applications/myrimatch/get/9f0592c.tar.gz</action> + <action type="move_file"> + <source>myrimatch</source> + <destination>$INSTALL_DIR/</destination> + </action> + <!-- <action type="shell_command">chmod +x $INSTALL_DIR/</action> --> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + <readme> + This package downloads and installs MyriMatch. + </readme> + </package> +</tool_dependency>