comparison tool_dependencies.xml @ 11:19d3b80d9dea draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit aa09ca227b05d35df094ee20a11c011778da377d-dirty
author chrisd
date Wed, 29 Jun 2016 00:20:53 -0400
parents 825eaacb935f
children 284dec15f7f4
comparison
equal deleted inserted replaced
10:825eaacb935f 11:19d3b80d9dea
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="csa" version="0.2"> 3 <package name="csa" version="0.2">
4 <install version="1.0"> 4 <install version="2.0">
5 <actions> 5 <actions>
6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/coverage_sampler.git</action> 6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/coverage_sampler.git</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="move_file"> 8 <action type="move_file">
9 <source>csa</source> 9 <source>coverage_sampler</source>
10 <destination>$INSTALL_DIR/bin</destination> 10 <destination>$INSTALL_DIR/bin</destination>
11 </action> 11 </action>
12 <action type="set_environment"> 12 <action type="set_environment">
13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
14 </action> 14 </action>