|
0
|
1 <tool id="tool_id" name="elastic tool" version="1.0.0">
|
|
|
2 <macros>
|
|
|
3 <import>elastic_tool_wrappers_macros.xml</import>
|
|
|
4 </macros>
|
|
|
5 <description></description>
|
|
|
6 <requirements>
|
|
|
7 <expand macro="rmarkdown_requirements" />
|
|
|
8 </requirements>
|
|
|
9 <expand macro="stdio" />
|
|
|
10 <expand macro="shell_command" />
|
|
|
11 <inputs>
|
|
|
12 <expand macro="tool_name" />
|
|
|
13 <expand macro="option_argument_single_dataset" />
|
|
|
14 <expand macro="option_argument_multiple_datasets" />
|
|
|
15 <expand macro="option_argument_path_relative_to_a_tool" />
|
|
|
16 <expand macro="option_argument_path_relative_to_this_tool" />
|
|
|
17 <expand macro="option_argument_string_float_integer" />
|
|
|
18 </inputs>
|
|
|
19 <outputs>
|
|
|
20 <expand macro="output_set" />
|
|
|
21 </outputs>
|
|
|
22 <citations>
|
|
|
23 <expand macro="citations" />
|
|
|
24 </citations>
|
|
|
25 </tool>
|