Mercurial > repos > anmol > package_mayachemtools_9_0_test
changeset 0:d6345987aa80 draft default tip
planemo upload commit beace05b11317d26ac47fa3c691a64ab1c68e05a-dirty
| author | anmol |
|---|---|
| date | Wed, 07 Jun 2017 12:19:22 -0400 |
| parents | |
| children | |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Jun 07 12:19:22 2017 -0400 @@ -0,0 +1,22 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="mayachemtools" version="9.0"> + <install version="1.0"> + <actions> + <action type="download_by_url" sha256sum="f91ac4b1ca9f71c7e49afed7587d7b7b5face52e4a39a76265c6fcc8dcec5210"> + https://github.com/Deep2106/R-3.1.3caret/blob/CARET/mayachemtools.tar.gz?raw=true + </action> + <action type="move_directory_files"> + <source_directory>.</source_directory> + <destination_directory>$INSTALL_DIR</destination_directory> + </action> + <action type="set_environment"> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + mayachemtools installed successfully. + </readme> + </package> +</tool_dependency>
