view tool_dependencies.xml @ 13:d57983929080

tool_dependencies.xml changes
author Jim Johnson <jj@umn.edu>
date Fri, 21 Sep 2012 15:16:49 -0500
parents 57c46f7fe70b
children ef4598ea7179
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="snpEff" version="3.0">
        <install version="1.0">
            <actions>
                <action type="shell_command">wget http://sourceforge.net/projects/snpeff/files/snpEff_v3_0_core.zip; unzip snpEff_v3_0_core.zip; mv snpEff_3_0 snpEff</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR</destination_directory>
                </action>

                <action type="set_environment">
                    <environment_variable name="JAVA_JAR_PATH" action="prepend_to">$INSTALL_DIR/snpEff</environment_variable>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/snpEff/scripts</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
        </readme>
    </package>

</tool_dependency>