Mercurial > repos > devteam > package_vcftools_0_1_11
changeset 0:c18f836c53a9 draft
Uploaded tool dependencies definition.
author | devteam |
---|---|
date | Wed, 20 Nov 2013 11:11:45 -0500 |
parents | |
children | f4439844ca86 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Nov 20 11:11:45 2013 -0500 @@ -0,0 +1,18 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="vcftools" version="0.1.11"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://sourceforge.net/projects/vcftools/files/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> + </actions> + </install> + <readme> + A set of tools written in Perl and C++ for working with VCF files, such as those generated by the 1000 Genomes Project + </readme> + </package> +</tool_dependency> \ No newline at end of file