comparison tool_dependencies.xml @ 1:fa1aae53a2f3 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/gene_fraction commit b9f62f2ab10f5ff1c56edb895323820df36bdd0e-dirty
author chrisd
date Tue, 28 Jun 2016 23:31:46 -0400
parents 72901052a829
children ec439b0e7512
comparison
equal deleted inserted replaced
0:72901052a829 1:fa1aae53a2f3
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="csa" version="0.1"> 3 <package name="csa" version="0.1">
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/ChrisD11/csa.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>csa</source>
10 <destination>$INSTALL_DIR/bin</destination> 10 <destination>$INSTALL_DIR/bin</destination>
11 </action> 11 </action>