Commit message:
planemo upload commit a1f4dd8eb560c649391ada1a6bb9505893a35272 |
added:
tool_dependencies.xml |
b |
diff -r 000000000000 -r 621b85a1b927 tool_dependencies.xml --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Thu May 31 10:57:55 2018 -0400 |
b |
@@ -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://raw.githubusercontent.com/Deep2106/R-3.1.3caret/CARET/mayachemtools.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 action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + mayachemtools installed successfully. + </readme> + </package> +</tool_dependency> |