comparison libshuff.xml @ 1:a84c121a3b75 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit a9d1e0debcd357d8080a1c6c5f1d206dd45a7a4d
author iuc
date Fri, 19 May 2017 04:38:14 -0400
parents 73a96aeacf46
children 8b4214eada86
comparison
equal deleted inserted replaced
0:73a96aeacf46 1:a84c121a3b75
2 <description>Cramer-von Mises tests communities for the same structure</description> 2 <description>Cramer-von Mises tests communities for the same structure</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 "$dist" dist.dat && 13 ln -s "$dist" dist.dat &&
11 ln -s "$group" group.dat && 14 ln -s "$group" group.dat &&
12 15
13 echo 'libshuff( 16 echo 'libshuff(
25 #end if 28 #end if
26 iters=$iters 29 iters=$iters
27 )' 30 )'
28 | sed 's/ //g' ## mothur trips over whitespace 31 | sed 's/ //g' ## mothur trips over whitespace
29 | mothur 32 | mothur
33 | tee mothur.out.log
30 ]]></command> 34 ]]></command>
31 <inputs> 35 <inputs>
32 <param name="dist" type="data" format="mothur.lower.dist,mothur.square.dist" label="phylip - Distance Matrix"/> 36 <param name="dist" type="data" format="mothur.lower.dist,mothur.square.dist" label="phylip - Distance Matrix"/>
33 <param name="group" type="data" format="mothur.groups" label="group - Groups"/> 37 <param name="group" type="data" format="mothur.groups" label="group - Groups"/>
34 <param name="groups" type="select" multiple="true" label="groups - Groups to condider"> 38 <param name="groups" type="select" multiple="true" label="groups - Groups to condider">
101 <![CDATA[ 105 <![CDATA[
102 106
103 @MOTHUR_OVERVIEW@ 107 @MOTHUR_OVERVIEW@
104 108
105 109
106 **Command Documenation** 110 **Command Documentation**
107 111
108 The libshuff_ method is a generic test that describes whether two or more communities have the same structure using the Cramer-von Mises test statistic. The significance of the test statistic indicates the probability that the communities have the same structure by chance. Because each pairwise comparison requires two significance tests, a correction for multiple comparisons (e.g. Bonferroni's correction) must be applied. 112 The libshuff_ method is a generic test that describes whether two or more communities have the same structure using the Cramer-von Mises test statistic. The significance of the test statistic indicates the probability that the communities have the same structure by chance. Because each pairwise comparison requires two significance tests, a correction for multiple comparisons (e.g. Bonferroni's correction) must be applied.
109 113
110 .. _libshuff: http://www.mothur.org/wiki/Libshuff 114 .. _libshuff: https://www.mothur.org/wiki/Libshuff
111 115
112 ]]> 116 ]]>
113 </help> 117 </help>
114 <expand macro="citations"/> 118 <expand macro="citations"/>
115 </tool> 119 </tool>