view macros.xml @ 1:67ec0d65f925 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/das_tool commit 6f32d6d3a31d42561429aedf2fc00d3be90f7fad
author iuc
date Mon, 24 Oct 2022 08:41:56 +0000
parents 5033d753964b
children c9b07cfc911c
line wrap: on
line source

<?xml version="1.0"?>
<macros>
    <token name="@TOOL_VERSION@">1.1.5</token>
    <token name="@VERSION_SUFFIX@">0</token>
    <token name="@PROFILE@">21.01</token>
    <xml name="biotools">
        <xrefs>
            <xref type="bio.tools">dastool</xref>
        </xrefs>
    </xml>
    <xml name="requirements">
        <requirements>
            <requirement type="package" version="@TOOL_VERSION@">das_tool</requirement>
            <yield/>
        </requirements>
    </xml>
    <xml name="version">
        <version_command>DAS_Tool -v</version_command>
    </xml>
    <token name="@HELP_HEADER@"><![CDATA[
What it does
============

DAS Tool is an automated method that integrates the results of a flexible number of binning algorithms to calculate an optimized, non-redundant set of bins from a single assembly.
]]></token>
    <xml name="citations">
        <citations>
            <citation type="doi">10.1038/s41564-018-0171-1</citation>
        </citations>
    </xml>
</macros>