Mercurial > repos > mingchen0919 > dynamic_tool_test
comparison dynamic_tool.xml @ 0:b49e227ec738 draft default tip
planemo upload commit fe1408d418f7f1354a736f73ece704219baa3190
author | mingchen0919 |
---|---|
date | Wed, 21 Mar 2018 17:26:27 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:b49e227ec738 |
---|---|
1 <tool id="dynamic_tool" name="dynamic tool" version="1.0.0"> | |
2 <macros> | |
3 <import>dynamic_tool_wrappers_macros.xml</import> | |
4 </macros> | |
5 <description></description> | |
6 <requirements> | |
7 <expand macro="rmarkdown_requirements" /> | |
8 <requirement type="package" version="0.11.7">fastqc</requirement> | |
9 </requirements> | |
10 <expand macro="stdio" /> | |
11 <expand macro="shell_command" /> | |
12 <inputs> | |
13 <expand macro="tool_name" /> | |
14 <expand macro="option_argument_one_dataset" /> | |
15 <expand macro="option_argument_multiple_datasets" /> | |
16 <expand macro="option_argument_path_relative_to_upstream_tool" /> | |
17 <expand macro="option_argument_string" /> | |
18 <expand macro="option_argument_float" /> | |
19 <expand macro="option_argument_integer" /> | |
20 </inputs> | |
21 <outputs> | |
22 <expand macro="output_set" /> | |
23 </outputs> | |
24 <citations> | |
25 <expand macro="citations" /> | |
26 </citations> | |
27 </tool> |