Mercurial > repos > galaxyp > package_ltq_iquant_cli
changeset 0:5833b9bf6590 draft default tip
Uploaded
author | galaxyp |
---|---|
date | Fri, 26 Sep 2014 18:19:59 -0400 |
parents | |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 17 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 18:19:59 2014 -0400 @@ -0,0 +1,17 @@ +<?xml version='1.0' encoding='utf-8'?> +<tool_dependency> + <package name="binaries_for_package_ltq_iquant_cli" version="22"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://bitbucket.org/galaxyp-applications/ltq-iquant-cli/get/6fd015e.tar.gz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR/</destination_directory> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>