Previous changeset 0:1ef76f8d8e52 (2014-03-27) |
Commit message:
Updated from GH |
modified:
tool_dependencies.xml |
b |
diff -r 1ef76f8d8e52 -r 95d2c4aefb5f tool_dependencies.xml --- a/tool_dependencies.xml Thu Mar 27 14:13:44 2014 -0400 +++ b/tool_dependencies.xml Wed Dec 03 15:58:09 2014 -0500 |
b |
@@ -26,6 +26,14 @@ <destination>$INSTALL_DIR/bin</destination> </action> <action type="move_file"> + <source>bcftools/bcftools</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="move_file"> + <source>bcftools/vcfutils.pl</source> + <destination>$INSTALL_DIR/bin</destination> + </action> + <action type="move_file"> <source>libbam.a</source> <destination>$INSTALL_DIR/lib</destination> </action> @@ -68,4 +76,4 @@ bamshuf shuffle and group alignments by name </readme> </package> -</tool_dependency> \ No newline at end of file +</tool_dependency> |