Mercurial > repos > iuc > mothur_lefse
annotate lefse.xml @ 10:050896590380 draft default tip
"planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit dfdd4c590370ecb3a9806314d43eb5668e36a01a"
| author | iuc |
|---|---|
| date | Thu, 21 Jan 2021 20:45:41 +0000 |
| parents | c69468622b1e |
| children |
| rev | line source |
|---|---|
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
1 <tool profile="16.07" id="mothur_lefse" name="Lefse" version="@WRAPPER_VERSION@.0"> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
2 <description>description</description> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
3 <macros> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
5 </macros> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
7 <expand macro="stdio"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
8 <expand macro="version_command"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
9 <command><![CDATA[ |
|
2
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
10 @SHELL_OPTIONS@ |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
11 |
|
2
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
12 ## create symlinks to input datasets |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
13 ln -s '$otu' shared.dat && |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
14 ln -s '$design' design.dat && |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
15 |
|
2
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
16 echo 'lefse( |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
17 shared=shared.dat, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
18 design=design.dat, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
19 #if $class: |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
20 class=$class, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
21 #end if |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
22 #if $sclass: |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
23 subclass=$sclass, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
24 #end if |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
25 #if $label: |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
26 label=${ str($label).replace(",","-") }, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
27 #end if |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
28 #if $sets: |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
29 sets=${ str($sets).replace(",","-") }, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
30 #end if |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
31 aalpha=$aalpha, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
32 walpha=$walpha, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
33 lda=$lda, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
34 iters=$iters, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
35 fboots=$fboots, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
36 strict=$strict, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
37 minc=$minc, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
38 wilc=$wilc, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
39 curv=$curv, |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
40 norm=$norm |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
41 )' |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
42 | sed 's/ //g' ## mothur trips over whitespace |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
43 | mothur |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
44 | tee mothur.out.log |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
45 ]]></command> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
46 <inputs> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
47 <param name="otu" type="data" format="mothur.shared" label="shared - OTU Shared"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
48 <param name="design" type="data" format="mothur.design" label="design - assigns groups to sets" help="design has 2 columns: group(col 1) and grouping(col 2) (separated by a TAB character) use make.design"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
49 <param name="label" type="select" multiple="true" optional="true" label="label - OTU Label filter"> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
50 <expand macro="labeloptions"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
51 </param> |
|
2
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
52 <param name="sets" type="text" label="sets - Which of the sets in your design file you would like to analyze?" help="separate sets by dashes or commas, e.g. set1,set2 or set1-set2-set3"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
53 <!-- TODO: update galaxy datatypes to set metadata for design files, then can switch to a select box |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
54 <param argument="sets" type="select" multiple="true" label="sets - Which of the sets in your design file you would like to analyze." |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
55 help="The set names are separated by dashes. The defualt is all sets in designfile"> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
56 <options> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
57 <filter type="data_meta" ref="design" key="sets"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
58 </options> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
59 </param> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
60 --> |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
61 <param name="class" type="text" optional="true" value="" label="class -indicate the which category you would like used for the Kruskal Wallis analysis" help="If none is provided first category is used"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
62 <param name="sclass" type="text" optional="true" value="" label="subclass - indicate the which category you would like used for the Kruskal Wallis analysis" help="If none is provided second category is used"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
63 <param name="aalpha" type="float" value="0.05" label="aalpha - alpha value for the Krukal Wallis Anova test" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
64 <param name="walpha" type="float" value="0.05" label="walpha - alpha value for the Wilcoxon test" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
65 <param name="lda" type="float" value="2.0" label="lda - threshold on the absolute value of the logarithmic LDA score" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
66 <param name="iters" type="integer" value="30" min="0" label="iters - number of bootstrap iteration for LDA" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
67 <param name="fboots" type="float" value="0.67" label="fboots - set the subsampling fraction value for each bootstrap iteration" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
68 <param name="strict" type="integer" value="0" min="0" max="2" label="strict - set the multiple testing correction options" help=" 0 no correction (more strict, default), 1 correction for independent comparisons, 2 correction for independent comparison"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
69 <param name="minc" type="integer" value="10" min="0" label="minc - minimum number of samples per subclass for performing wilcoxon test" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
70 <param name="wilc" type="boolean" truevalue="T" falsevalue="F" checked="true" label="wilc - indicate whether to perform the Wilcoxon test" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
71 <param name="curv" type="boolean" truevalue="T" falsevalue="F" checked="false" label="curv - whether perform the wilcoxon testing the Curtis's approach (beta)" help=""/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
72 <param name="norm" type="boolean" truevalue="T" falsevalue="F" checked="true" label="norm - multiply relative abundances by 1000000" help="Recommended when very low values are present"/> |
|
3
e661312a89c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
73 <expand macro="param-savelog"/> |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
74 </inputs> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
75 <outputs> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
76 <expand macro="logfile-output"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
77 <data name="summary" format="tabular" from_work_dir="shared.*lefse_summary" label="${tool.name} on ${on_string}: summary"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
78 </outputs> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
79 <tests> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
80 <test><!-- test with defaults --> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
81 <param name="otu" value="final.tx.1.subsample.1.pick.shared" ftype="mothur.shared"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
82 <param name="design" value="mouse.design"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
83 <output name="summary" md5="d2c3d2e813607aef0844ec2fb53a5955" ftype="tabular"/> |
|
3
e661312a89c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
84 <param name="savelog" value="true"/> |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
85 <expand macro="logfile-test"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
86 </test> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
87 <test><!-- test with label and class select --> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
88 <param name="otu" value="final.tx.1.subsample.1.pick.shared" ftype="mothur.shared"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
89 <param name="design" value="mouse.design"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
90 <param name="label" value="1"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
91 <param name="class" value="dpw"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
92 <output name="summary" md5="d2c3d2e813607aef0844ec2fb53a5955" ftype="tabular"/> |
|
3
e661312a89c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
93 <param name="savelog" value="true"/> |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
94 <expand macro="logfile-test"/> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
95 </test> |
|
2
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
96 <test><!-- test with sets --> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
97 <param name="otu" value="final.tx.1.subsample.1.pick.shared" ftype="mothur.shared"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
98 <param name="design" value="mouse.design"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
99 <param name="sets" value="8,142"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
100 <param name="label" value="1"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
101 <param name="class" value="dpw"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
102 <output name="summary" md5="64ebfb48d8c3e0bcd993a7ea8aa60e62" ftype="tabular"/> |
|
3
e661312a89c2
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
103 <param name="savelog" value="true"/> |
|
2
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
104 <expand macro="logfile-test"/> |
|
4c5e2530dfc9
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
105 </test> |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
106 </tests> |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
107 <help><![CDATA[ |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
108 @MOTHUR_OVERVIEW@ |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
109 |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
110 |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
111 **Command Documentation** |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
112 |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
113 |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
114 .. _lefse: https://www.mothur.org/wiki/Lefse |
|
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
115 ]]></help> |
|
6
c69468622b1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 7f7605c2c8d8e92f3369dfdc290e5d8d06fa409a
iuc
parents:
3
diff
changeset
|
116 <expand macro="citations"> |
|
c69468622b1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 7f7605c2c8d8e92f3369dfdc290e5d8d06fa409a
iuc
parents:
3
diff
changeset
|
117 <citation type="doi">10.1186/gb-2011-12-6-r60</citation> |
|
c69468622b1e
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 7f7605c2c8d8e92f3369dfdc290e5d8d06fa409a
iuc
parents:
3
diff
changeset
|
118 </expand> |
|
0
844a4a7c3782
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
119 </tool> |
