view tool_dependencies.xml @ 0:527ecd2fc500 draft

Uploaded
author bgruening
date Thu, 15 Aug 2013 03:25:06 -0400
parents
children b52872a1755a
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="openbabel" version="2.3.2">
        <repository changeset_revision="99a10425de93" name="package_openbabel_2_3" owner="iuc" toolshed="http://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="numpy" version="1.7.1">
        <repository changeset_revision="74c21f9bdc39" name="package_numpy_1_7" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="cheminfolib" version="0.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://raw.github.com/bgruening/galaxytools/552bffa1b5d9e0ef6f8b84ed35a619dc3e58def1/chemicaltoolbox/cheminfolib.py</action>
                <action type="move_file">
                    <source>cheminfolib.py</source>
                    <destination>$INSTALL_DIR</destination>
                </action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>cheminfolib is just a small helper library for the chemicaltoolbox project and has no further dependencies.</readme>
    </package>
</tool_dependency>