comparison tool_dependencies.xml @ 3:4ada8c6f2970 draft

Uploaded
author devteam
date Sun, 24 Nov 2013 10:20:21 -0500
parents a44e7b401f4f
children 4081df719fff
comparison
equal deleted inserted replaced
2:a44e7b401f4f 3:4ada8c6f2970
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://downloads.sourceforge.net/project/vcftools/vcftools_0.1.11.tar.gz</action> 6 <action type="download_by_url">http://downloads.sourceforge.net/project/vcftools/vcftools_0.1.11.tar.gz</action>
7 <action type="shell_command">make</action> 7 <action type="shell_command">make</action>
8 <action type="shell_command">PREFIX="$INSTALL_DIR/vcftools" make install</action> 8 <action type="shell_command">PREFIX="$INSTALL_DIR/vcftools" make install</action>
9 <!-- For some reason, the vcftools binary does not get installed using 'make install' above, so include manually. -->
10 <action type="shell_command">cp bin/vcftools $INSTALL_DIR/vcftools</action>
9 <action type="set_environment"> 11 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable> 12 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable>
11 </action> 13 </action>
12 </actions> 14 </actions>
13 </install> 15 </install>