view tool_dependencies.xml @ 6:78f59ea7d5d1 draft

Uploaded
author simon-gladman
date Tue, 23 Jul 2013 00:54:48 -0400
parents 147411da6985
children f931896fad96
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="package_velvet_1_2" version="1.2.08">
        <repository changeset_revision="2d5ea3fd6508" name="package_velvet_1_2" owner="simon-gladman" toolshed="http://testtoolshed.g2.bx.psu.edu" />
    </package>
    <action type="set_environment">
        <environment_variable name="VOPT_SCRIPT_PATH" action="set_to">$INSTALL_DIR/bin</environment_variable>   
    </action>
    <package name="velvetoptimiser_2_2_5" version="2.2.5">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://www.vicbioinformatics.com/VelvetOptimiser-2.2.5.tar.gz</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR/bin</destination_directory>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
                <action type="shell_command">chmod ugo+x $INSTALL_DIR/bin/VelvetOptimiser.pl</action>
            </actions>
        </install>
    </package>
</tool_dependency>