view tool_dependencies.xml @ 8:fa78faf6ee4f

Uploaded
author bgruening
date Tue, 14 May 2013 17:01:10 -0400
parents 87ff0f1db1e3
children d051544e94da
line wrap: on
line source

<tool_dependency>
    <package name="openbabel" version="2.3.2">
        <repository toolshed="http://testtoolshed.g2.bx.psu.edu/" name="package_openbabel_2_3" owner="bgruening" changeset_revision="dc6a907dd737" />
    </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 name="PYTHONPATH" action="prepend_to">$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>