view tool_dependencies.xml @ 0:32c813340fe8 draft

Uploaded
author galaxyp
date Mon, 24 Jun 2013 17:19:50 -0400
parents
children abc4f989bf69
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="tagrecon" version="1.4.63">
        <install version="1.0">
            <actions>
              <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/tagrecon-bin-linux-x86_64-gcc41-release-1_4_63.tar.bz2</action>
              <action type="move_directory_files">
                <source_directory>tagrecon</source_directory>
                <destination_directory>$INSTALL_DIR/</destination_directory>
              </action>
              <action type="shell_command">chmod +x $INSTALL_DIR/</action>
              <action type="set_environment">
                <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
              </action>                
            </actions>
        </install>
        <readme>
          This package downloads and installs tagrecon.
        </readme>
    </package>
</tool_dependency>