view tool_dependencies.xml @ 0:d8db06905567 draft default tip

planemo upload commit 44e14fe76f26ba07173e88f545c0276e3034f2a0-dirty
author galaxyp
date Fri, 17 Jun 2016 14:35:21 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="mztosqlite" version="1.2.0">
        <install version="1.0">
            <actions_group>
                <actions>
                    <action type="download_file">https://github.com/galaxyproteomics/mzToSQLite/releases/download/1.2.0/mzToSQLite-1.2.0.jar</action>
                    <action type="move_directory_files">
                        <source_directory>.</source_directory>
                        <destination_directory>$INSTALL_DIR</destination_directory>
                    </action>       
                </actions>                
                <action type="set_environment">
                    <environment_variable name="MZTOSQLITE_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                    <environment_variable name="MZTOSQLITE_JAR_PATH" action="set_to">$INSTALL_DIR/mzToSQLite-1.2.0.jar</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
This mztosqlite package dependency is retrieved directly from: https://github.com/galaxyproteomics/mzToSQLite/releases/download/
        </readme>
    </package>
</tool_dependency>