Mercurial > repos > mingchen0919 > elastic_fastq_dump
comparison elastic_tool_macros.xml @ 1:1aeef205e648 draft
planemo upload
author | mingchen0919 |
---|---|
date | Sun, 01 Apr 2018 16:48:53 -0400 |
parents | |
children | 3e6452f224b2 |
comparison
equal
deleted
inserted
replaced
0:28ce9fcb06c7 | 1:1aeef205e648 |
---|---|
1 <macros> | |
2 | |
3 <!--tool requirements--> | |
4 <xml name="tool_requirements"> | |
5 <requirement type="package" version="1.15.0.6-0">pandoc</requirement> | |
6 <requirement type="package" version="1.6">r-rmarkdown</requirement> | |
7 <requirement type="package" version="0.6.2">parallel-fastq-dump</requirement> | |
8 </xml> | |
9 | |
10 <!--tool description--> | |
11 <xml name="tool_description"> | |
12 <description>fastq-dump tool wrapper with elastic user interface.</description> | |
13 </xml> | |
14 | |
15 <!--tool options--> | |
16 <xml name="tool_options"> | |
17 <option value="tool_command" selected="false">tool command</option> | |
18 </xml> | |
19 | |
20 <!--tool help--> | |
21 <xml name="tool_help"> | |
22 <help><![CDATA[ | |
23 Here is your tool help documentation. | |
24 ]]></help> | |
25 </xml> | |
26 | |
27 <!--tool citations--> | |
28 <xml name="citations"> | |
29 <citation type="doi"></citation> | |
30 </xml> | |
31 </macros> |