view tool_dependencies.xml @ 0:94649047b80f draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_krona_2_5 commit e6f0b88b7a59f0a10827fd55436b137b13cd1921
author iuc
date Fri, 09 Oct 2015 04:58:49 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="perl" version="5.18.1">
        <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="krona" version="2.5">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://depot.galaxyproject.org/package/source/KronaTools-2.5.tar</action>
                <action type="set_environment_for_install">
                    <repository changeset_revision="2590d4683481" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="perl" version="5.18.1" />
                    </repository>
                </action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>
                <!-- ./install.pl must be run inside $INSTALL_DIR . Moreover "change_directory" action does not work because $INSTALL_DIR is outside the defined working directory -->
                <action type="shell_command">cd $INSTALL_DIR &amp;&amp; ./install.pl --prefix=$INSTALL_DIR</action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable action="prepend_to" name="PERL5LIB">$INSTALL_DIR/lib</environment_variable> 
                </action>
            </actions>
        </install>
        <readme />
    </package>
</tool_dependency>