view tool_dependencies.xml @ 1:ca6e8237ae82 draft default tip

Uploaded
author stheil
date Thu, 24 Sep 2015 09:44:50 -0400
parents 66a33c4cce93
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="metavelvet" version="1.0">
    <install version="1.0">
      <actions>
        <action type="shell_command">git clone https://github.com/hacchy/MetaVelvet.git metavelvet</action>
        <action type="change_directory">metavelvet</action>
        <action type="shell_command">make MAXKMERLENGTH=128 CATEGORIES=3</action>
        <action type="move_file">
          <source>meta-velvetg</source>
          <destination>$INSTALL_DIR/bin</destination>
        </action>
        <action type="set_environment">
          <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
        </action>
      </actions>
    </install>
  </package>
  <repository changeset_revision="1c500c3e7fdf" name="package_velvet_1_2_10" owner="rjullien" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu"/>
</tool_dependency>