view tool_dependencies.xml @ 1:8cbb06892b62

Release version: https://github.com/JetBrains-Research/galaxy/commit/a138a0b8f1d471d464a09a95daf5791f41fa0ec5
author Oleg Shpynov <oleg.shpynov@gmail.com>
date Wed, 28 Oct 2015 11:28:49 +0300
parents 5f97f28e65ca
children 0eb50728861a
line wrap: on
line source

<?xml version="1.0"?>
<!--
Tags information is here:
https://wiki.galaxyproject.org/ToolDependenciesTagSets
-->
<tool_dependency>
    <package name="epigenome" version="0.0.1" prior_installation_required="True">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://teamcity.jetbrains.com/guestAuth/repository/download/Epigenome_Tools_GenestackIntegration/lastSuccessful/genestack-Dev-all.jar</action>
                <action type="move_directory_files">
                    <source_directory>.</source_directory>
                    <destination_directory>$INSTALL_DIR/</destination_directory>
                </action>
                <!-- Set environment variable $EPIGENOME_JAR so Python script knows where to look -->
                <action type="set_environment">
                    <environment_variable name="EPIGENOME_JAR" action="set_to">$INSTALL_DIR/genestack-Dev-all.jar</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
            Downloads epigenome integration v0.0.1
        </readme>
    </package>
</tool_dependency>