view tool_dependencies.xml @ 7:de6dceb65136 draft

use default --prefix for install
author Jim Johnson <jj@umn.edu>
date Tue, 30 Oct 2012 12:38:17 -0500
parents c74f1ea02e29
children 44673f6f1f6d
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="KronaTools" version="2.2">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://sourceforge.net/projects/krona/files/KronaTools%20%28Mac%2C%20Linux%29/KronaTools-2.2.tar</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>
                <!-- Downloaded NCBI taxonomy will be over 1.8GB after processing,  Instead of $INSTALL_DIR/  maybe should be in a galaxy data dir -->
                <!--  The KronaTools tar includes an empty taxonomy dir
                <action type="make_directory">$INSTALL_DIR/taxonomy</action>
                <action type="shell_command">cd $INSTALL_DIR &amp;&amp; perl install.pl \-\-prefix $INSTALL_DIR \-\-taxonomy $INSTALL_DIR/taxonomy</action>
                -->
                <!-- With prefix arg "$INSTALL_DIR" installs code into: $INSTALL_DIR/bin/ -->
                <action type="shell_command">cd $INSTALL_DIR &amp;&amp; perl install.pl </action>
                <!-- Down load and process NCBI Taxonomy data, the  updateTaxonomy.sh script relies on the curl command -->
                <action type="shell_command">cd $INSTALL_DIR &amp;&amp; if curl --help 2>i1 > /dev/null; then ./updateTaxonomy.sh; fi</action>
                <!-- copy javascript to galaxy/static/krona/ 
                <action type="shell_command">./deployResources.sh /static/krona</action>
                -->
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>http://sourceforge.net/p/krona/home/krona/</readme>
    </package>
</tool_dependency>