comparison tool_dependencies.xml @ 5:949ac66308a7

Update FreeBayes to 0.9.6_9608597d12e127c847ae03aa03440ab63992fedf.
author Daniel Blankenberg <dan@bx.psu.edu>
date Fri, 24 Aug 2012 16:00:21 -0400
parents e54bb199a47b
children d3bf1e86b243
comparison
equal deleted inserted replaced
4:e54bb199a47b 5:949ac66308a7
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="freebayes" version="0.9.4_a46483351fd0196637614121868fb5c386612b55"> 3 <package name="freebayes" version="0.9.6_9608597d12e127c847ae03aa03440ab63992fedf">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="shell_command">git clone --recursive git://github.com/ekg/freebayes.git</action> 6 <action type="shell_command">git clone --recursive git://github.com/ekg/freebayes.git</action>
7 <action type="shell_command">git reset --hard a46483351fd0196637614121868fb5c386612b55</action> 7 <action type="shell_command">git reset --hard 9608597d12e127c847ae03aa03440ab63992fedf</action>
8 <action type="shell_command">make</action> 8 <action type="shell_command">make</action>
9 <action type="move_directory_files"> 9 <action type="move_directory_files">
10 <source_directory>bin</source_directory> 10 <source_directory>bin</source_directory>
11 <destination_directory>$INSTALL_DIR/bin</destination_directory> 11 <destination_directory>$INSTALL_DIR/bin</destination_directory>
12 </action> 12 </action>