Previous changeset 7:d3bf1e86b243 (2012-08-29) Next changeset 9:d291dc763c4c (2013-06-05) |
Commit message:
Fix for FreeBayes tool dependency git checkout commands. Credit goes to Lance Parsons. |
modified:
tool_dependencies.xml |
b |
diff -r d3bf1e86b243 -r 28e422c589ac tool_dependencies.xml --- a/tool_dependencies.xml Wed Aug 29 11:46:04 2012 -0400 +++ b/tool_dependencies.xml Wed Sep 12 13:06:51 2012 -0400 |
b |
@@ -4,7 +4,8 @@ <install version="1.0"> <actions> <action type="shell_command">git clone --recursive git://github.com/ekg/freebayes.git</action> - <action type="shell_command">git reset --hard 9608597d12e127c847ae03aa03440ab63992fedf</action> + <action type="shell_command">git checkout 9608597d12e127c847ae03aa03440ab63992fedf</action> + <action type="shell_command">git submodule update --recursive</action> <action type="shell_command">make</action> <action type="move_directory_files"> <source_directory>bin</source_directory> |