view tool_dependencies.xml @ 1:3416a1d4a582 draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_bedtools_2_24 commit 0e7c1b37cf73425c6637b4e196fdeb290e042bc1
author iuc
date Tue, 26 Jul 2016 06:26:12 -0400
parents 39b86c1e267d
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="bedtools" version="2.24">
        <install version="1.0">
            <actions>
                <action type="download_by_url" sha256sum="ea73b8620468c5a15d4ed96dc98c83e5564880bb9651cd75f1dcc96694be60e4">https://depot.galaxyproject.org/software/bedtools/bedtools_2.24_src_all.tar.gz</action>
                <action type="shell_command">make</action>
                <action type="move_directory_files">
                    <source_directory>bin</source_directory>
                    <destination_directory>$INSTALL_DIR/bin</destination_directory>
                </action>
                <action type="set_environment">
                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
                </action>
            </actions>
        </install>
        <readme>BEDTools is a collection of utilities for comparing, summarizing, and intersecting genomic features in BED, GTF/GFF, VCF and BAM formats.</readme>
    </package>
</tool_dependency>