Mercurial > repos > chrisd > resistome_analyzer
view tool_dependencies.xml @ 5:12dcd63b996f draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/resistomeanalyzer commit 572d62295b0bb8f2fe9a3f484717ab52d4c93b39
author | chrisd |
---|---|
date | Sun, 09 Oct 2016 04:38:54 -0400 |
parents | fce9a55cb059 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="resistomeanalyzer" version="0.1"> <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/cdeanj/resistomeanalyzer.git</action> <action type="shell_command">make</action> <action type="move_file"> <source>resistome</source> <destination>$INSTALL_DIR/bin</destination> </action> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> </action> </actions> </install> <readme>Compiling resistome_analyzer requires a C++ compiler</readme> </package> </tool_dependency>