view elastic_tool.xml @ 0:25bafe618394 draft default tip

planemo upload
author mingchen0919
date Sat, 24 Mar 2018 21:54:29 -0400
parents
children
line wrap: on
line source

<tool id="tool_id" name="elastic tool" version="1.0.0">
    <macros>
        <import>elastic_tool_wrappers_macros.xml</import>
    </macros>
    <description></description>
    <requirements>
        <expand macro="rmarkdown_requirements" />
    </requirements>
    <expand macro="stdio" />
    <expand macro="shell_command" />
    <inputs>
        <expand macro="tool_name" />
        <expand macro="option_argument_single_dataset" />
        <expand macro="option_argument_multiple_datasets" />
        <expand macro="option_argument_path_relative_to_a_tool" />
        <expand macro="option_argument_path_relative_to_this_tool" />
        <expand macro="option_argument_string_float_integer" />
    </inputs>
    <outputs>
        <expand macro="output_set" />
    </outputs>
    <citations>
        <expand macro="citations" />
    </citations>
</tool>