view macros.xml @ 1:ac8ea1ca115d draft default tip

planemo upload for repository https://github.com/ARTbio/tools-artbio/tree/main/tools/bigwig_to_wig commit 85bdb086a4aa403465844a0b10399440b31b65a7
author artbio
date Fri, 06 Oct 2023 00:19:35 +0000
parents ee2fbee916f7
children
line wrap: on
line source

<macros>
    <token name="@VERSION@">3+galaxy0</token>
    <macro name="requirements">
    <requirements>
        <requirement type="package" version="377">ucsc-bigwiginfo</requirement>
        <requirement type="package" version="377">ucsc-bigwigsummary</requirement>
        <requirement type="package" version="1.07.1">bc</requirement>
        <requirement type="package" version="5.32.1">perl</requirement>
    </requirements>
    </macro>

    <macro name="citation">
        <citations>
            <citation type="doi">10.1093/bioinformatics/btu056</citation>
        </citations>
    </macro>
    <token name="@HELP_CONTENT@">
.. class:: infomark

**What it does**

This tool converts a **BigWig** file to fixed step **Wiggle** format.

Thus, a Wiggle file produced by this tool reports values (real numbers) assigned to genomic intervals of fixed size.

The bin size is the size of this interval in nucleotide (500 nt by default).

The larger the bin size you choose, the lower resolution and the faster the conversion with the tool.

    </token>

    <token name="@TOOL_ATTRIBUTION@">
.. class:: infomark

**Credits**

This tool is based on the script written by Jens Vilstrup Johansen and is an update
of a Galaxy tool previously developed by nikos_.

.. _nikos: https://toolshed.g2.bx.psu.edu/view/nikos/bigwig_to_wig/974af3268394

    </token>
</macros>