view tool_dependencies.xml @ 2:4579caf9f098 draft

Uploaded
author ulfschaefer
date Thu, 21 Apr 2016 05:47:41 -0400
parents bf3891791d8f
children b7fa9377f32a
line wrap: on
line source

<?xml version='1.0' encoding='utf-8'?>
<tool_dependency>
    <package name="python" version="2.7.10">
        <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="phephenix" version="1.0">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://github.com/phe-bioinformatics/PHEnix/archive/400a6a9b05543159045bad89c5aa162b58d7a4a7.tar.gz</action>
                <action type="set_environment_for_install">
                    <repository changeset_revision="a28e3c30828d" name="package_python_2_7_10" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="python" version="2.7.10" />
                    </repository>
                </action>
                <action type="shell_command">
                    export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR &amp;&amp;
                    export PATH=$INSTALL_DIR/scripts:$PATH
                </action>
                <action type="set_environment">
                    <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
                    <environment_variable action="append_to" name="PATH">$INSTALL_DIR/scripts</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
        </readme>
    </package>
</tool_dependency>