view tool_dependencies.xml @ 1:e68583642570 draft default tip

Uploaded
author galaxyp
date Tue, 25 Jun 2013 15:24:31 -0400
parents 3cd47cdd6867
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="directag" version="1.3.62">
        <install version="1.0">
            <actions>
              <action type="download_by_url">http://getgalaxyp.msi.umn.edu/downloads/directag-bin-linux-x86_64-gcc41-release-1_3_62.tar.bz2</action>
              <action type="move_file">
                <source>directag</source>
                <destination>$INSTALL_DIR/</destination>
              </action>
	      <action type="move_file">
		<source>adjustScanRankerScoreByGroup</source>
		<destination>$INSTALL_DIR/</destination>
	      </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 directag.
        </readme>
    </package>
</tool_dependency>