comparison collectorcurve/collectorcurve.xml @ 1:03ab673e45cb draft

Uploaded
author qfab
date Fri, 30 May 2014 03:32:49 -0400
parents f4d86766f766
children b53440004b1c
comparison
equal deleted inserted replaced
0:f4d86766f766 1:03ab673e45cb
106 </conditional> 106 </conditional>
107 </inputs> 107 </inputs>
108 <outputs> 108 <outputs>
109 <data format="tabular" name="output" label="${tool.name} on ${on_string}: tab" /> 109 <data format="tabular" name="output" label="${tool.name} on ${on_string}: tab" />
110 </outputs> 110 </outputs>
111 <tests>
112 <test>
113 <param name="otu" value="reads2otu.rabund" />
114 <param name="label" value="0.03" />
115 <param name="calc" value="chao-invsimpson-npshannon" />
116 <output name="output" file="collectorsummary.tabular" ftype="tabular" lines_diff="10" />
117 </test>
118 </tests>
119 <help> 111 <help>
120 =========== 112 ===========
121 Description 113 Description
122 =========== 114 ===========
123 115
255 247
256 **Wrapper Author** 248 **Wrapper Author**
257 249
258 QFAB Bioinformatics (support@qfab.org) 250 QFAB Bioinformatics (support@qfab.org)
259 based on jjohnson mothur_toolsuite wrapper 251 based on jjohnson mothur_toolsuite wrapper
260
261 </help> 252 </help>
253 <tests>
254 <test>
255 <param name="otu" value="reads2otus.rabund">
256 <param name="label" value="0.3" />
257 <param name="advanced" value="FALSE" />
258 <param name="calc" value="chao,invsimpson,npshannon" />
259 <output name="output" file="output.tabular" ftype="tabular" lines_diff="10" />
260 </test>
261 </tests>
262 </tool> 262 </tool>