comparison tool_dependencies.xml @ 3:213a3d6b579a

Change the tool dependecy definition
author greg <greg@bx.psu.edu>
date Fri, 13 Jul 2012 12:52:45 -0400
parents 61fe907fc37c
children e54bb199a47b
comparison
equal deleted inserted replaced
2:838dd557c84c 3:213a3d6b579a
2 <tool_dependency> 2 <tool_dependency>
3 <package name="freebayes" version="0.9.4_9696d0ce8a962f7bb61c4791be5ce44312b81cf8"> 3 <package name="freebayes" version="0.9.4_9696d0ce8a962f7bb61c4791be5ce44312b81cf8">
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 9696d0ce8a962f7bb61c4791be5ce44312b81cf8</action> 7 <action type="shell_command">git reset --hard a46483351fd0196637614121868fb5c386612b55</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>