view tool_dependencies.xml @ 1:f4439844ca86 draft

Uploaded
author devteam
date Wed, 20 Nov 2013 11:47:17 -0500
parents c18f836c53a9
children a44e7b401f4f
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="vcftools" version="0.1.11">
        <install version="1.0">
            <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="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>