|
Commit message:
Uploaded |
|
added:
tool_dependencies.xml |
| b |
| diff -r 000000000000 -r 3682c9938aca tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Fri Sep 26 18:49:28 2014 -0400 |
| b |
| @@ -0,0 +1,28 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="binaries_for_package_tagrecon" version="444"> + <install version="1.0"> + <actions> + <action type="download_by_url">https://bitbucket.org/galaxyp-applications/tagrecon/get/3222e43.tar.gz</action> + <action type="move_file"> + <source>tagrecon</source> + <destination>$INSTALL_DIR/</destination> + </action> + <action type="move_file"> + <source>blosum62.fas</source> + <destination>$INSTALL_DIR/</destination> + </action> + <action type="move_file"> + <source>unimod.xml</source> + <destination>$INSTALL_DIR/</destination> + </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 tagrecon. + </readme> + </package> +</tool_dependency> |