view tool_dependencies.xml @ 4:edaa8572219d draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/sickle commit a8611c912a8265de6f64a3e17cea63c87fa48b8e
author iuc
date Mon, 23 Jan 2017 06:07:05 -0500
parents 89c9361b93da
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="zlib" version="1.2.8">
        <repository changeset_revision="411985b46ae8" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
    </package>
    <package name="sickle" version="1.33">
        <install version="1.0">
            <actions>
                <action target_filename="sickle-1.33.tar.gz" type="download_by_url">https://github.com/najoshi/sickle/archive/v1.33.tar.gz</action>
                <action type="set_environment_for_install">
                    <repository changeset_revision="411985b46ae8" name="package_zlib_1_2_8" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu">
                        <package name="zlib" version="1.2.8" />
                    </repository>
                </action>
                <action type="shell_command">make</action>
                <action type="move_file">
                    <source>sickle</source>
                    <destination>$INSTALL_DIR/bin</destination>
                </action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
Sickle is a windowed adaptive trimming tool for FASTQ files using quality.
        </readme>
    </package>
</tool_dependency>