Mercurial > repos > chrisd > metasnp
view tool_dependencies.xml @ 1:b64dbbc8ff95 draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/metasnp commit faf121e051430c260f8aa4641daad3b559bc1776-dirty
author | chrisd |
---|---|
date | Wed, 13 Jul 2016 15:44:58 -0400 |
parents | a246a50c9ac4 |
children | f4ed1c5fcf13 |
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>meta_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 metasnp requires a C++ compiler</readme> </package> </tool_dependency>