view tool_dependencies.xml @ 0:64053d6f7c00 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/blob/master/packages/package_picard_1_136/ commit 00a7926c285bc4a339bd7deebf40b28f39c7d947
author iuc
date Thu, 16 Jul 2015 15:17:24 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="picard" version="1.136">
        <install version="1.0">
            <actions_group>
                <actions architecture="x86_64" os="linux">
                    <action type="download_by_url">https://github.com/broadinstitute/picard/releases/download/1.136/picard-tools-1.136.zip</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="JAVA_JAR_PATH" action="set_to">$INSTALL_DIR</environment_variable>
                </action>
            </actions_group>
        </install>
        <readme>
This picard package dependency is retrieved directly from https://github.com/broadinstitute/picard/releases
        </readme>
    </package>
</tool_dependency>