view tool_dependencies.xml @ 0:cdb5991f9790 draft

Imported from capsule None
author devteam
date Tue, 01 Apr 2014 09:11:36 -0400
parents
children 35e2457234ef
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="numpy" version="1.7.1">
      <repository changeset_revision="55a7a5e9d63f" name="package_numpy_1_7" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="bx-python" version="0.7.1">
      <install version="1.0">
          <actions>
              <action type="shell_command">echo 'Installing bx-python'</action>
                <action type="setup_virtualenv">bx-python==0.7.1</action>
                <action type="set_environment">
                  <environment_variable action="set_to" name="BX_PYTHON_PATH">$INSTALL_DIR</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Installation of bx-python. The installation can be accessed via BX_PYTHON_PATH.
        </readme>
    </package>
</tool_dependency>