view tool_dependencies.xml @ 10:932bcf6c9332 draft

Updated to commit: https://github.com/JetBrains-Research/galaxy-applications/commit/457fa529985e35bfe1f6631c4d06e9dc768d248d
author jetbrains
date Thu, 13 Dec 2018 10:28:39 -0500
parents 2a543f239157
children 191a97fe6da5
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <!--
    Package for downloading latest successful development tools.
    https://galaxyproject.org/toolshed/tool-dependencies-tag-sets/
    -->
    <package name="package_span_jar" version="0.9.1.4601" prior_installation_required="True">
        <install version="1.0">
            <actions>
                <action type="download_by_url">https://download.jetbrains.com/biolabs/span/span-0.9.1.4601.jar</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR/</destination_directory>
                </action>
                <!-- Set environment variable SPAN_JAR so Python script knows where to look -->
                <action type="set_environment">
                    <environment_variable name="SPAN_JAR" action="set_to">$INSTALL_DIR/span-0.9.1.4601.jar</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Downloads SPAN Semi-supervised Peak Analyzer jar distribution file.
        </readme>
    </package>
</tool_dependency>