Mercurial > repos > sanbi-uwc > mothur_test
annotate tools/mothur/cluster.split.xml @ 0:ee4fee239fe7 draft default tip
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
author | sanbi-uwc |
---|---|
date | Fri, 03 Jun 2016 09:32:47 -0400 |
parents | |
children |
rev | line source |
---|---|
0
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
1 <tool profile="16.07" id="mothur_cluster_split" name="Cluster.split" version="@WRAPPER_VERSION@.0"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
2 <description>Assign sequences to OTUs (Operational Taxonomic Unit) splits large matrices</description> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
3 <macros> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
5 </macros> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
7 <expand macro="version_command"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
8 <command detect_errors="aggressive"><![CDATA[ |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
9 echo 'cluster.split( |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
10 splitmethod=$splitby.splitmethod, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
11 #if $splitby.splitmethod == "distance": |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
12 #if $splitby.matrix.format == "column": |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
13 column=$splitby.matrix.dist, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
14 name=$splitby.matrix.name, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
15 #elif $splitby.matrix.format == "phylip": |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
16 phylip=$splitby.matrix.dist, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
17 #if $splitby.matrix.name: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
18 name=$splitby.matrix.name, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
19 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
20 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
21 #elif $splitby.splitmethod == "classify": |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
22 column=$splitby.dist, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
23 name=$splitby.name, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
24 taxonomy=$splitby.taxonomy, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
25 #if $splitby.taxlevel > 1: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
26 taxlevel=$splitby.taxlevel, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
27 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
28 #elif $splitby.splitmethod == "fasta": |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
29 fasta=$splitby.fasta, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
30 name=$splitby.name, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
31 taxonomy=$splitby.taxonomy, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
32 #if $splitby.taxlevel > 1: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
33 taxlevel=$splitby.taxlevel, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
34 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
35 classic=$splitby.classic, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
36 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
37 #if $count: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
38 count=$count, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
39 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
40 #if $method: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
41 method=$method, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
42 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
43 #if float($cutoff) > 0.0: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
44 cutoff=$cutoff, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
45 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
46 hard=$hard, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
47 #if $precision |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
48 precision=$precision, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
49 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
50 large=$large, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
51 cluster=$cluster, |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
52 processors='\${GALAXY_SLOTS:-8}' |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
53 )' |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
54 | sed 's/ //g' ## mothur trips over whitespace |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
55 | mothur && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
56 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
57 ## move output files to correct destination |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
58 #if $splitby.splitmethod == 'distance': |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
59 prefix='$splitby.matrix.dist' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
60 #elif $splitby.splitmethod == 'classify': |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
61 prefix='$splitby.dist' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
62 #elif $splitby.splitmethod == 'fasta': |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
63 prefix='$splitby.fasta' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
64 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
65 #if $cluster: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
66 mv \${prefix%.dat}*.rabund '$rabund' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
67 mv \${prefix%.dat}*.sabund '$sabund' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
68 mv \${prefix%.dat}*.list '$otulist' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
69 #else: |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
70 mv \${prefix%.dat}*.temp . && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
71 mv \${prefix%.dat}*.file '$splitfile' && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
72 cat $splitfile && |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
73 #end if |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
74 mv mothur.*.logfile '$logfile' |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
75 ]]></command> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
76 <inputs> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
77 <conditional name="splitby"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
78 <param name="splitmethod" type="select" label="Split by" help=""> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
79 <option value="distance">Distance</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
80 <option value="classify">Classification</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
81 <option value="fasta">Classification using fasta</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
82 </param> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
83 <when value="distance"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
84 <conditional name="matrix"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
85 <param name="format" type="select" label="Select a Distance Matrix Format" help=""> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
86 <option value="column">Pairwise Column Matrix</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
87 <option value="phylip">Phylip Distance Matrix</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
88 </param> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
89 <when value="column"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
90 <param name="dist" type="data" format="mothur.pair.dist" label="column - Distance Matrix"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
91 <param name="name" type="data" format="mothur.names" label="name - Sequences Name reference"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
92 </when> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
93 <when value="phylip"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
94 <param name="dist" type="data" format="mothur.lower.dist,mothur.square.dist" label="phylip - Distance Matrix"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
95 <param name="name" type="data" format="mothur.names" optional="true" label="name - Sequences Name reference"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
96 </when> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
97 </conditional> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
98 </when> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
99 <when value="classify"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
100 <param name="dist" type="data" format="mothur.pair.dist" label="column - Distance Matrix"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
101 <param name="name" type="data" format="mothur.names" label="name - Sequences Name reference"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
102 <param name="taxonomy" type="data" format="mothur.seq.taxonomy" label="taxonomy - Taxonomy (from Classify.seqs)"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
103 <param name="taxlevel" type="integer" value="1" label="taxlevel - taxonomy level for split (default=1)" help="taxonomy level you want to use to split the distance file, default=1, meaning use the first taxon in each list"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
104 </when> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
105 <when value="fasta"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
106 <param name="fasta" type="data" format="mothur.align" label="fasta - Aligned Sequences" help="must be aligned sequences (mothur.align)"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
107 <param name="name" type="data" format="mothur.names" label="name - Sequences Name reference"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
108 <param name="taxonomy" type="data" format="mothur.seq.taxonomy" label="taxonomy - Taxonomy (from Classify.seqs)"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
109 <param name="taxlevel" type="integer" value="3" label="taxlevel - taxonomy level for split (default=3)" help="taxonomy level you want to use to split the distance file, default=1, meaning use the first taxon in each list"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
110 <param name="classic" type="boolean" checked="false" truevalue="true" falsevalue="false" label="classic - Use cluster.classic"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
111 </when> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
112 </conditional> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
113 <param name="count" type="data" format="mothur.count_table" optional="true" label="count - a count_table" help="generated by count.seqs"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
114 <param name="method" type="select" label="method - Select a Clustering Method" help=""> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
115 <option value="furthest">Furthest neighbor</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
116 <option value="nearest">Nearest neighbor</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
117 <option value="average" selected="true">Average neighbor</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
118 </param> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
119 <param name="cutoff" type="float" value="0.0" min="0.0" label="cutoff - Distance Cutoff threshold - ignored if not > 0" help="Ignore pairwise distances larger than this, a common value would be 0.25"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
120 <param name="hard" type="boolean" checked="true" truevalue="true" falsevalue="false" label="hard - Use hard cutoff instead of rounding" help=""/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
121 <param name="precision" type="select" optional="true" label="precision - Precision for rounding distance values" help="Set higher precision for longer genome scale sequence lengths"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
122 <option value="10">.1</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
123 <option value="100" selected="true">.01</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
124 <option value="1000">.001</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
125 <option value="10000">.0001</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
126 <option value="100000">.00001</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
127 <option value="1000000">.000001</option> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
128 </param> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
129 <param name="large" type="boolean" checked="false" truevalue="true" falsevalue="false" label="large - distance matrix is too large to fit in RAM" help="If your job fails due to not enough memory error, set this to true to rerun"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
130 <param name="cluster" type="boolean" falsevalue="false" truevalue="true" checked="true" label="The cluster parameter allows you to indicate whether you want to run the clustering or just split the distance matrix, default=T"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
131 </inputs> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
132 <outputs> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
133 <data name="logfile" format="txt" label="${tool.name} on ${on_string}: logfile"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
134 <data name="rabund" format="mothur.rabund" label="${tool.name} on ${on_string}: rabund (Rank Abundance)"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
135 <data name="sabund" format="mothur.sabund" label="${tool.name} on ${on_string}: sabund (Species Abundance)"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
136 <data name="otulist" format="mothur.list" label="${tool.name} on ${on_string}: list (OTU List)"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
137 <collection name="splitdist" type="list" label="${tool.name} on ${on_string}: split dist"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
138 <filter>not cluster</filter> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
139 <discover_datasets pattern=".*?\.dist\.(?P<designation>.*)\.temp" format="mothur.dist"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
140 </collection> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
141 <collection name="splitnames" type="list" label="${tool.name} on ${on_string}: split names"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
142 <filter>not cluster</filter> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
143 <discover_datasets pattern=".*?\.names\.(?P<designation>.*)\.temp" format="mothur.names"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
144 </collection> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
145 <data name="splitfile" format="txt" label="${tool.name} on ${on_string}: split.file"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
146 <filter>not cluster</filter> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
147 </data> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
148 </outputs> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
149 <tests> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
150 <test><!-- test with distance method --> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
151 <param name="splitmethod" value="distance"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
152 <param name="format" value="phylip"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
153 <param name="dist" value="98_sq_phylip_amazon.dist" ftype="mothur.square.dist"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
154 <output name="otulist" md5="2613ef0a1805ba9de012a41e938d8947" ftype="mothur.list"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
155 <output name="rabund" md5="4df813ec2d51c373a846a82380c7a1f8" ftype="mothur.rabund"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
156 <output name="sabund" md5="8d6813a5e8d2ad426a0ee5fdd99f1a19" ftype="mothur.sabund"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
157 <expand macro="logfile-test"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
158 </test> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
159 <test><!-- test with cluster false --> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
160 <param name="splitmethod" value="distance"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
161 <param name="format" value="phylip"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
162 <param name="dist" value="98_sq_phylip_amazon.dist" ftype="mothur.square.dist"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
163 <param name="cluster" value="false"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
164 <output name="splitfile" ftype="txt"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
165 <assert_contents> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
166 <has_text text="column"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
167 <has_text text="dist"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
168 <has_text text="names"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
169 <has_text text="temp"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
170 </assert_contents> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
171 </output> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
172 <output_collection name="splitnames" count="4"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
173 <element name="0" md5="27037eeb3e696888b24653d0996261cd" ftype="mothur.names"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
174 </output_collection> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
175 <output_collection name="splitdist" count="3"> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
176 <element name="4" md5="f751aee00b598d3b6691d34f67dbc8d5" ftype="mothur.dist"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
177 </output_collection> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
178 <expand macro="logfile-test"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
179 </test> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
180 <test><!-- test with classify method --> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
181 <param name="splitmethod" value="classify"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
182 <param name="format" value="column"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
183 <param name="dist" value="amazon.pair.dist" ftype="mothur.pair.dist"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
184 <param name="name" value="amazon.names" ftype="mothur.names"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
185 <param name="taxonomy" value="amazon.wang.wang.taxonomy" ftype="mothur.seq.taxonomy"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
186 <output name="otulist" md5="d6eba624ad79759c530b9bc3285a1361" ftype="mothur.list"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
187 <output name="rabund" md5="2a165e1e40644fccb8cc9f53d8915bc3" ftype="mothur.rabund"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
188 <output name="sabund" md5="7aad8a9ca0eade414d6eba1f8bef960f" ftype="mothur.sabund"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
189 <expand macro="logfile-test"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
190 </test> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
191 <test><!-- test with fasta --> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
192 <param name="splitmethod" value="fasta"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
193 <param name="fasta" value="amazon.align_head" ftype="mothur.align"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
194 <param name="name" value="amazon.align_head.names" ftype="mothur.names"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
195 <param name="taxonomy" value="amazon.align_head.wang.taxonomy" ftype="mothur.seq.taxonomy"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
196 <param name="cutoff" value="9999"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
197 <output name="otulist" md5="a1279248cf2bc1094e0046b2cff1b785" ftype="mothur.list"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
198 <output name="rabund" md5="65ec9f326cd92fc607679b9902ec8430" ftype="mothur.rabund"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
199 <output name="sabund" md5="854d3acd15f64299c5d9d9e18f2d51b4" ftype="mothur.sabund"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
200 <expand macro="logfile-test"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
201 </test> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
202 </tests> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
203 <help> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
204 <![CDATA[ |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
205 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
206 @MOTHUR_OVERVIEW@ |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
207 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
208 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
209 **Command Documenation** |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
210 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
211 The cluster.split_ command assign sequences to OTUs (Operational Taxonomy Unit). |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
212 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
213 .. _cluster.split: http://www.mothur.org/wiki/Cluster.split |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
214 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
215 v1.28.0: Upgraded to Mothur 1.33, introduced cluster boolean. |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
216 |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
217 ]]> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
218 </help> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
219 <expand macro="citations"/> |
ee4fee239fe7
planemo upload commit 68a4fd4cc5332c57ac39bef73db224425af0706c-dirty
sanbi-uwc
parents:
diff
changeset
|
220 </tool> |