view tool_dependencies.xml @ 60:f6211fc2f92f draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/htseq commit e8e971905f5fce11a99d51b1399af45288389d76
author iuc
date Thu, 21 May 2015 22:48:36 -0400
parents 9b59cd40f20d
children 0c871984a634
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="pysam" version="0.7.6">
        <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="matplotlib" version="1.2.1">
        <repository changeset_revision="4d3806ad04c2" name="package_matplotlib_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="htseq" version="0.5.4p3">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://pypi.python.org/packages/source/H/HTSeq/HTSeq-0.6.1.tar.gz</action>
                <action type="set_environment_for_install">
                        <repository changeset_revision="247e5e5bee87" name="package_pysam_0_7_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                            <package name="pysam" version="0.7.6" />
                        </repository>
                        <repository changeset_revision="4d3806ad04c2" name="package_matplotlib_1_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                            <package name="matplotlib" version="1.2.1" />
                        </repository>
                </action>
                <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
                <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
                <action type="shell_command">export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python &amp;&amp; python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
                <action type="set_environment">
                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python:$INSTALL_DIR/lib64/python</environment_variable>
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Installation of HTSeq requires Python 2.5+ (does not yet work with Python 3), pysam and the Numpy Python package. 
            Note this uses the matplotlib lite version dependent on the lite version of numpy - no atlas compilation 
        </readme>
    </package>
</tool_dependency>