view tool_dependencies.xml @ 1:68eebe70b537 draft default tip

planemo upload commit 1110117e9b07da7913ea4480566a00d1bb373531-dirty
author engineson
date Fri, 27 May 2016 06:48:26 -0400
parents ba145f5a7760
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="libpng" version="1.6.7">
        <repository changeset_revision="588666932a32" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="freetype" version="2.5.2">
        <repository changeset_revision="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>    
    <package name="multiqc" version="0.6">
        <install version="1.0">
            <actions>
                <action sha256sum="3a3d6bf5c18e77f9a96cb9a7825fc44160c1c69fabf8a3c6d9ff1af7c0803b1a" type="download_by_url">https://github.com/ewels/MultiQC/archive/v0.6.zip</action>
                <action type="set_environment_for_install">
                    <repository changeset_revision="1e86d1cf79a4" name="package_freetype_2_5_2" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                        <package name="freetype" version="2.5.2" />
                    </repository>
                    <repository changeset_revision="588666932a32" name="package_libpng_1_6_7" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
                        <package name="libpng" version="1.6.7" />
                    </repository>
                </action>
                <action type="make_directory">$INSTALL_DIR/lib/python</action>
                <action type="shell_command">
                    export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;
                    python setup.py install --install-lib $INSTALL_DIR/lib/python --install-scripts $INSTALL_DIR/bin</action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Installation of multiqc version 0.6 - required for install : pkg-config
        </readme>
    </package>
</tool_dependency>