Mercurial > repos > mingchen0919 > dynamic_star
diff dynamic_tool.xml @ 0:d79569f269c7 draft
planemo upload
| author | mingchen0919 |
|---|---|
| date | Fri, 23 Mar 2018 01:53:24 -0400 |
| parents | |
| children | ddc3c3527f49 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dynamic_tool.xml Fri Mar 23 01:53:24 2018 -0400 @@ -0,0 +1,27 @@ +<tool id="dynamic_STAR" name="Dynamic STAR" version="1.0.0"> + <macros> + <import>dynamic_tool_wrappers_macros.xml</import> + </macros> + <description></description> + <requirements> + <expand macro="rmarkdown_requirements" /> + <requirement type="package" version="0.11.7">fastqc</requirement> + </requirements> + <expand macro="stdio" /> + <expand macro="shell_command" /> + <inputs> + <expand macro="tool_name" /> + <expand macro="option_argument_one_dataset" /> + <expand macro="option_argument_multiple_datasets" /> + <expand macro="option_argument_path_relative_to_upstream_tool" /> + <expand macro="option_argument_string" /> + <expand macro="option_argument_float" /> + <expand macro="option_argument_integer" /> + </inputs> + <outputs> + <expand macro="output_set" /> + </outputs> + <citations> + <expand macro="citations" /> + </citations> +</tool>
