comparison tool_dependencies.xml @ 2:c5085b1ad596 draft

planemo upload for repository https://github.com/cdeanj/galaxytools/tree/master/tools/snipfinder commit a770ce682054f35fe7508c80b252bbe2bef68ac2
author chrisd
date Fri, 05 Aug 2016 11:30:58 -0400
parents d9be5a7e70f5
children
comparison
equal deleted inserted replaced
1:d612ce3827b9 2:c5085b1ad596
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="snp_caller" version="0.1"> 3 <package name="snipfinder" 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/snp_caller.git</action> 6 <action type="shell_command">git clone --recursive https://github.com/cdeanj/snipfinder.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>snp</source> 9 <source>snipfinder</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>
15 </actions> 15 </actions>
16 </install> 16 </install>
17 <readme>Compiling snp finder requires a C++ compiler</readme> 17 <readme>Compiling snipfinder requires a C++ compiler</readme>
18 </package> 18 </package>
19 </tool_dependency> 19 </tool_dependency>