Mercurial > repos > devteam > package_vcftools_0_1_11
changeset 2:a44e7b401f4f draft
Uploaded
author | devteam |
---|---|
date | Wed, 20 Nov 2013 13:26:56 -0500 |
parents | f4439844ca86 |
children | 4ada8c6f2970 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Wed Nov 20 11:47:17 2013 -0500 +++ b/tool_dependencies.xml Wed Nov 20 13:26:56 2013 -0500 @@ -5,6 +5,7 @@ <actions> <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> <action type="set_environment"> <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/vcftools/bin</environment_variable> </action>