view tool_dependencies.xml @ 1:eaefaec9b8c9 draft default tip

Uploaded tool_dependencies.xml with a URL that works for urllib.
author devteam
date Tue, 21 Oct 2014 09:12:25 -0400
parents dae77031fa2f
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="quicktree" version="1.1">
    <install version="1.0">
      <actions>
        <!-- Download source code -->
        <action type="download_by_url" target_filename="quicktree_1.1.tar.gz">ftp://ftp.sanger.ac.uk/pub/resources/software/quicktree/quicktree.tar.gz</action>

        <!-- Build quicktree -->
        <action type="shell_command">make quicktree</action>

        <!-- Install quicktree -->
        <action type="shell_command">cp -R bin $INSTALL_DIR</action>

        <!-- Set environment for dependent repositories -->
        <action type="set_environment">
          <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
        </action>
      </actions>
    </install>
  </package>
</tool_dependency>