Mercurial > repos > chrisd > metasnp
view tool_dependencies.xml @ 2:36995656583b draft default tip
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit b1b48803d77cf63c00ee5001ce72a424629ade85-dirty
author | chrisd |
---|---|
date | Thu, 28 Jul 2016 03:42:23 -0400 |
parents | 39dc67b8f847 |
children |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="meta_snp" version="0.1"> <install version="1.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/cdeanj/meta_snp.git</action> <action type="shell_command">make</action> <action type="move_file"> <source>metasnp</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 metasnp requires a C++ compiler</readme> </package> </tool_dependency>