view tool_dependencies.xml @ 3:ba2612a7681c draft

Trying to force the use of biopython tool dependency definition.
author cjav
date Mon, 23 Sep 2013 14:11:29 -0400
parents 3c646b8328bb
children dcf15f3a5d27
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="biopython" version="1.62">
        <repository changeset_revision="ac9cc2992b69" name="package_biopython_1_62" owner="biopython" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="ngs-tools" version="0.1.6">
        <install version="1.0">
            <action type="set_environment_for_install">
                <repository name="package_biopython_1_62" owner="biopython">
                    <package name="biopython" version="1.62" />
                </repository>
            </action>
            <actions>
                <action type="setup_virtualenv">ngs-tools==0.1.6</action>
            </actions>
        </install>
    </package>
</tool_dependency>