Mercurial > repos > mingchen0919 > elastic_skewer
comparison elastic_tool.xml @ 0:25bafe618394 draft default tip
planemo upload
| author | mingchen0919 |
|---|---|
| date | Sat, 24 Mar 2018 21:54:29 -0400 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:25bafe618394 |
|---|---|
| 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> |
