comparison tool_dependencies.xml @ 1:f4439844ca86 draft

Uploaded
author devteam
date Wed, 20 Nov 2013 11:47:17 -0500
parents c18f836c53a9
children a44e7b401f4f
comparison
equal deleted inserted replaced
0:c18f836c53a9 1:f4439844ca86
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="vcftools" version="0.1.11"> 3 <package name="vcftools" version="0.1.11">
4 <install version="1.0"> 4 <install version="1.0">
5 <actions> 5 <actions>
6 <action type="download_by_url">http://sourceforge.net/projects/vcftools/files/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>
9 <action type="set_environment"> 8 <action type="set_environment">
10 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable> 9 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable>
11 </action> 10 </action>
12 </actions> 11 </actions>
13 </install> 12 </install>