view augur_tree.xml @ 1:892c6690a1e8 draft default tip

planemo upload for repository https://github.com/dfornika/galaxytools/tree/master/tools/augur commit a71ecf1b4a86227084935c6f60dfd130b7d0997b-dirty
author dfornika
date Mon, 08 Apr 2019 13:27:08 -0400
parents
children
line wrap: on
line source

<tool id="augur_tree" name="augur tree" version="@TOOL_VERSION@+galaxy0">
    <description></description>
    <macros>
        <import>macros.xml</import>
    </macros>
    <requirements>
        <requirement type="package" version="@TOOL_VERSION@">augur</requirement>
    </requirements>
    <version_command>augur --version</version_command>
    <command detect_errors="exit_code"><![CDATA[
        augur tree
    ]]></command>
    <inputs>
    </inputs>
    <outputs>
    </outputs>
    <tests>
        <test>
        </test>
    </tests>
    <help><![CDATA[
    ]]></help>
    <expand macro="citations" />
</tool>