Mercurial > repos > iuc > package_abricate_0_3
changeset 0:4cfcbbdd15ee draft default tip
planemo upload commit f22cab0d69f28a0fd9e2043e4a77bb41e2e771f9
| author | iuc |
|---|---|
| date | Mon, 03 Oct 2016 04:01:03 -0400 |
| parents | |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Oct 03 04:01:03 2016 -0400 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="abricate" version="0.3"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="b140212787d7f6a45806cd1c25c1b75214bc3291f2b568adfc80a61bb4e6d7d2">https://github.com/tseemann/abricate/archive/v0.3.tar.gz</action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/abricate</action> + <action type="set_environment"> + <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + </package> +</tool_dependency>
