Mercurial > repos > davidvanzessen > argalaxy_tools
diff tool_dependencies.xml @ 3:c7c7000de220 draft
Uploaded
author | davidvanzessen |
---|---|
date | Thu, 30 Jul 2015 09:31:38 -0400 |
parents | |
children | 344096512638 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu Jul 30 09:31:38 2015 -0400 @@ -0,0 +1,20 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="igblastwrp" version="0.6"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/mikessh/higblast/releases/download/v0.6/igblastwrapper_linux64.tar.gz</action> + <action type="move_file"> + <source>igblastwrapper_linux64</source> + <destination>$INSTALL_DIR/</destination> + </action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/igblastwrapper_linux64</environment_variable> + </action> + </actions> + </install> + <readme> +Downloads https://github.com/mikessh/higblast/ + </readme> + </package> +</tool_dependency>