Mercurial > repos > mingchen0919 > elastic_fastq_dump
diff elastic_tool.xml @ 0:28ce9fcb06c7 draft
planemo upload
| author | mingchen0919 |
|---|---|
| date | Mon, 26 Mar 2018 00:09:35 -0400 |
| parents | |
| children | 1aeef205e648 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/elastic_tool.xml Mon Mar 26 00:09:35 2018 -0400 @@ -0,0 +1,26 @@ +<?xml version="1.0" encoding="UTF-8"?> +<tool id="elastic_fastq_dump" name="elastic fastq-dump" version="1.0.0"> + <macros> + <import>elastic_tool_wrappers_macros.xml</import> + </macros> + <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>
