Mercurial > repos > mingchen0919 > elastic_fastq_dump
diff elastic_tool_macros.xml @ 1:1aeef205e648 draft
planemo upload
author | mingchen0919 |
---|---|
date | Sun, 01 Apr 2018 16:48:53 -0400 |
parents | |
children | 3e6452f224b2 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/elastic_tool_macros.xml Sun Apr 01 16:48:53 2018 -0400 @@ -0,0 +1,31 @@ +<macros> + + <!--tool requirements--> + <xml name="tool_requirements"> + <requirement type="package" version="1.15.0.6-0">pandoc</requirement> + <requirement type="package" version="1.6">r-rmarkdown</requirement> + <requirement type="package" version="0.6.2">parallel-fastq-dump</requirement> + </xml> + + <!--tool description--> + <xml name="tool_description"> + <description>fastq-dump tool wrapper with elastic user interface.</description> + </xml> + + <!--tool options--> + <xml name="tool_options"> + <option value="tool_command" selected="false">tool command</option> + </xml> + + <!--tool help--> + <xml name="tool_help"> + <help><![CDATA[ + Here is your tool help documentation. + ]]></help> + </xml> + + <!--tool citations--> + <xml name="citations"> + <citation type="doi"></citation> + </xml> +</macros>