comparison tool_dependencies.xml @ 13:65d8343a6122 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit a0f50dfb0809b4d2053cd8f5031efe6615fe4887-dirty
author chrisd
date Wed, 29 Jun 2016 00:29:22 -0400
parents 284dec15f7f4
children
comparison
equal deleted inserted replaced
12:284dec15f7f4 13:65d8343a6122
4 <install version="1.0"> 4 <install version="1.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>coverage_sampler</source> 9 <source>csa</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>