comparison summary.single.xml @ 1:6c3b672ac325 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit a9d1e0debcd357d8080a1c6c5f1d206dd45a7a4d
author iuc
date Fri, 19 May 2017 05:22:45 -0400
parents b32ea8b26bda
children a92e6daa48d6
comparison
equal deleted inserted replaced
0:b32ea8b26bda 1:6c3b672ac325
2 <description>Summary of calculator values for OTUs</description> 2 <description>Summary of calculator values for OTUs</description>
3 <macros> 3 <macros>
4 <import>macros.xml</import> 4 <import>macros.xml</import>
5 </macros> 5 </macros>
6 <expand macro="requirements"/> 6 <expand macro="requirements"/>
7 <expand macro="stdio"/>
7 <expand macro="version_command"/> 8 <expand macro="version_command"/>
8 <command detect_errors="aggressive"><![CDATA[ 9 <command><![CDATA[
10 @SHELL_OPTIONS@
11
9 ## create symlinks to input datasets 12 ## create symlinks to input datasets
10 ln -s "$otu" otu.dat && 13 ln -s "$otu" otu.dat &&
11 14
12 echo 'summary.single( 15 echo 'summary.single(
13 #if $otu.is_of_type("mothur.rabund"): 16 #if $otu.is_of_type("mothur.rabund"):
43 #end if 46 #end if
44 #end if 47 #end if
45 )' 48 )'
46 | sed 's/ //g' ## mothur trips over whitespace 49 | sed 's/ //g' ## mothur trips over whitespace
47 | mothur 50 | mothur
51 | tee mothur.out.log
48 #if $subsample.use == 'yes' and not ($otu.extension == 'mothur.shared' and not $groupmode): 52 #if $subsample.use == 'yes' and not ($otu.extension == 'mothur.shared' and not $groupmode):
49 && mv otu.ave-std.summary otu.ave-std 53 && mv otu.ave-std.summary otu.ave-std
50 #end if 54 #end if
51 ]]></command> 55 ]]></command>
52 <inputs> 56 <inputs>
155 <help> 159 <help>
156 <![CDATA[ 160 <![CDATA[
157 161
158 @MOTHUR_OVERVIEW@ 162 @MOTHUR_OVERVIEW@
159 163
160 **Command Documenation** 164 **Command Documentation**
161 165
162 The summary.single_ command produce a summary file that has the calculator value for each line in the OTU data and for all possible comparisons between the different groups in the group_ file. This can be useful if you aren't interested in generating collector's or rarefaction curves for your multi-sample data analysis. It would be worth your while, however, to look at the collector's curves for the calculators you are interested in to determine how sensitive the values are to sampling. If the values are not sensitive to sampling, then you can trust the values. Otherwise, you need to keep sampling. For calc parameter choices see: http://www.mothur.org/wiki/Calculators 166 The summary.single_ command produce a summary file that has the calculator value for each line in the OTU data and for all possible comparisons between the different groups in the group_ file. This can be useful if you aren't interested in generating collector's or rarefaction curves for your multi-sample data analysis. It would be worth your while, however, to look at the collector's curves for the calculators you are interested in to determine how sensitive the values are to sampling. If the values are not sensitive to sampling, then you can trust the values. Otherwise, you need to keep sampling. For calc parameter choices see: https://www.mothur.org/wiki/Calculators
163 167
164 .. _group: http://www.mothur.org/wiki/Group_file 168 .. _group: https://www.mothur.org/wiki/Group_file
165 .. _summary.single: http://www.mothur.org/wiki/Summary.single 169 .. _summary.single: https://www.mothur.org/wiki/Summary.single
166 ]]> 170 ]]>
167 </help> 171 </help>
168 <expand macro="citations"/> 172 <expand macro="citations"/>
169 </tool> 173 </tool>