changeset 3:4ada8c6f2970 draft

Uploaded
author devteam
date Sun, 24 Nov 2013 10:20:21 -0500
parents a44e7b401f4f
children 4081df719fff
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Nov 20 13:26:56 2013 -0500
+++ b/tool_dependencies.xml	Sun Nov 24 10:20:21 2013 -0500
@@ -6,6 +6,8 @@
                 <action type="download_by_url">http://downloads.sourceforge.net/project/vcftools/vcftools_0.1.11.tar.gz</action>
                 <action type="shell_command">make</action>
                 <action type="shell_command">PREFIX="$INSTALL_DIR/vcftools" make install</action>
+                <!-- For some reason, the vcftools binary does not get installed using 'make install' above, so include manually. -->
+                <action type="shell_command">cp bin/vcftools $INSTALL_DIR/vcftools</action>
                 <action type="set_environment">
                     <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable>
                 </action>