Mercurial > repos > chrisd > snipfinder
view tool_dependencies.xml @ 0:4b10ed36eb91 draft
planemo upload for repository https://github.com/ChrisD11/snp_caller_dep commit 6abdb1a7169f828f14104fece8a69a81e92717f4
author | chrisd |
---|---|
date | Mon, 22 Feb 2016 19:43:25 -0500 |
parents | |
children | 61b6570a752e |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="snp" version="0.1"> <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/ChrisD11/snp_caller.git</action> <action type="shell_command">make</action> <action type="move_file"> <source>snp</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 snp finder requires a C++ compiler</readme> </package> </tool_dependency>