comparison elastic_tool.xml @ 0:b503fbd571a6 draft default tip

planemo upload
author mingchen0919
date Tue, 27 Mar 2018 10:05:29 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:b503fbd571a6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <tool id="elastic_bowtie2" name="elastic bowtie2" version="1.0.0">
3 <macros>
4 <import>elastic_tool_wrappers_macros.xml</import>
5 </macros>
6 <description/>
7 <requirements>
8 <expand macro="rmarkdown_requirements"/>
9 </requirements>
10 <expand macro="stdio"/>
11 <expand macro="shell_command"/>
12 <inputs>
13 <expand macro="tool_name"/>
14 <expand macro="option_argument_single_dataset"/>
15 <expand macro="option_argument_multiple_datasets"/>
16 <expand macro="option_argument_path_relative_to_a_tool"/>
17 <expand macro="option_argument_path_relative_to_this_tool"/>
18 <expand macro="option_argument_string_float_integer"/>
19 </inputs>
20 <outputs>
21 <expand macro="output_set"/>
22 <citation type="bibtex"><![CDATA[
23 @article{langmead2012fast,
24 title={Fast gapped-read alignment with Bowtie 2},
25 author={Langmead, Ben and Salzberg, Steven L},
26 journal={Nature methods},
27 volume={9},
28 number={4},
29 pages={357},
30 year={2012},
31 publisher={Nature Publishing Group}
32 }
33 ]]></citation>
34 </outputs>
35 <citations>
36 <expand macro="citations"/>
37 </citations>
38 </tool>