view tool_dependencies.xml @ 3:00385fdc1c94 draft default tip

Uploaded
author galaxyp
date Wed, 26 Jun 2013 14:02:24 -0400
parents ba216a590407
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="OpenMs" version="1.10.0">
        <install version="1.0">
            <actions>
              <action type="download_by_url">http://sourceforge.net/projects/open-ms/files/OpenMS/OpenMS-1.10/OpenMS-1.10.0.tar.gz/download</action>
	      <action type="shell_command">cd contrib &amp&amp make clean &amp&amp make</action>
              <action type="move_directory_files">
                <source_directory>OpenMS-1.10.0</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 OpenMs.
        </readme>
    </package>
</tool_dependency>