Mercurial > repos > chrisd > coverage_sampler
view tool_dependencies.xml @ 9:f3ff949db21e draft
planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit 8697af57e49193f91ab9c8c4c8d21fa72c0c2f41-dirty
author | chrisd |
---|---|
date | Tue, 28 Jun 2016 23:55:16 -0400 |
parents | 1fdee48eab64 |
children | 825eaacb935f |
line wrap: on
line source
<?xml version="1.0"?> <tool_dependency> <package name="csa" version="0.2"> <install version="2.0"> <actions> <action type="shell_command">git clone --recursive https://github.com/cdeanj/coverage_sampler.git</action> <action type="shell_command">make</action> <action type="move_file"> <source>csa</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 csa requires a C++ compiler</readme> </package> </tool_dependency>