Mercurial > repos > iuc > mothur_make_group
annotate make.group.xml @ 4:e1e0c8bb9aa8 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
| author | iuc |
|---|---|
| date | Tue, 20 Mar 2018 13:51:51 -0400 |
| parents | 5b28532dfc0a |
| children | 06ddf1f9ffd4 |
| rev | line source |
|---|---|
|
0
1cf5a6a5eb05
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_make_group" name="Make.group" version="@WRAPPER_VERSION@.0"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
2 <description>Make a group file</description> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
3 <macros> |
|
1cf5a6a5eb05
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> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
5 </macros> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
7 <expand macro="stdio"/> |
|
1cf5a6a5eb05
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"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
9 <command><![CDATA[ |
|
2
5b28532dfc0a
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
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
11 |
|
2
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
12 #set fastas = '' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
13 #set groups = '' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
14 #set count = 0 |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
15 |
|
2
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
16 #if $method.how == 'collection': |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
17 #for $i in $method.fasta_collection: |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
18 ln -s '$i' fasta_${i.element_identifier}.dat && |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
19 #set fastas+='fasta_'+$i.element_identifier+'.dat-' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
20 #set groups+=$i.element_identifier+'-' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
21 #end for |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
22 #else |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
23 #for $i in $method.inputs: |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
24 ln -s '$i.fasta' fasta_${count}.dat && |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
25 #set fastas+='fasta_'+str($count)+'.dat-' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
26 #set groups+=str($i.group)+'-' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
27 #set count+=1 |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
28 #end for |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
29 #end if |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
30 |
|
2
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
31 echo 'make.group( |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
32 fasta=${ str($fastas).rstrip('-') }, |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
33 groups=${ str($groups).rstrip('-') } |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
34 )' |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
35 | sed 's/ //g' ## mothur trips over whitespace |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
36 | mothur |
|
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
37 | tee mothur.out.log |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
38 ]]></command> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
39 <inputs> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
40 <conditional name="method"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
41 <param name="how" type="select" label="Method to create group file"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
42 <option value="collection"> Automatically from collection </option> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
43 <option value="manually"> Manually specify fasta files and group names</option> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
44 </param> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
45 <when value="collection"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
46 <param name="fasta_collection" type="data_collection" collection_type="list" format="fasta" label="Collection with fasta files to group" help="group names will be named after the collection element names"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
47 </when> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
48 <when value="manually"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
49 <repeat name="inputs" title="Additional"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
50 <param name="fasta" type="data" format="fasta" label="fasta - Fasta to group"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
51 <param name="group" type="text" label="group - Group name"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
52 </repeat> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
53 </when> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
54 </conditional> |
|
4
e1e0c8bb9aa8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
55 <expand macro="param-savelog"/> |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
56 </inputs> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
57 <outputs> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
58 <expand macro="logfile-output"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
59 <data name="output" format="mothur.groups" from_work_dir="*groups" label="${tool.name} on ${on_string}: group"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
60 </outputs> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
61 <tests> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
62 <test> <!-- test manual groups creation --> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
63 <param name="how" value="manually"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
64 <repeat name="inputs"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
65 <param name="fasta" value="Mock_S280_L001_R1_001_small.trim.contigs.good.align_head"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
66 <param name="group" value="testgroup"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
67 </repeat> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
68 <repeat name="inputs"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
69 <param name="fasta" value="Mock_S280_L001_R1_001_small.trim.contigs.good.align_head"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
70 <param name="group" value="testgroup2"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
71 </repeat> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
72 <output name="output" file="Mock_S280_L001_R1_001_small.trim.contigs.good.Mock_S280_L001_R1_001_small.trim.contigs.good.groups"/> |
|
4
e1e0c8bb9aa8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
73 <param name="savelog" value="true"/> |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
74 <expand macro="logfile-test"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
75 </test> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
76 <test> <!-- test auto-creation from collection --> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
77 <param name="how" value="collection"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
78 <param name="fasta_collection"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
79 <collection type="list"> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
80 <element name="testgroup" ftype="fasta" value="Mock_S280_L001_R1_001_small.trim.contigs.good.align_head" /> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
81 <element name="testgroup2" ftype="fasta" value="Mock_S280_L001_R1_001_small.trim.contigs.good.align_head" /> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
82 </collection> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
83 </param> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
84 <output name="output" file="Mock_S280_L001_R1_001_small.trim.contigs.good.Mock_S280_L001_R1_001_small.trim.contigs.good.groups"/> |
|
4
e1e0c8bb9aa8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
85 <param name="savelog" value="true"/> |
|
e1e0c8bb9aa8
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 38a2bbee32eaaceeb22d7549b13dbc0c613ee173
iuc
parents:
2
diff
changeset
|
86 <expand macro="logfile-test"/> |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
87 </test> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
88 </tests> |
|
2
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
89 <help><![CDATA[ |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
90 |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
91 @MOTHUR_OVERVIEW@ |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
92 |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
93 **Command Documentation** |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
94 |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
95 The make.group_ command reads a fasta file or series of fasta files and creates a group_ file. |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
96 |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
97 .. _group: https://www.mothur.org/wiki/Group_file |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
98 .. _make.group: https://www.mothur.org/wiki/Make.group |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
99 |
|
2
5b28532dfc0a
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit 4648c7574a78601e03ae6a318cbcd5b492a8a9f4
iuc
parents:
0
diff
changeset
|
100 ]]></help> |
|
0
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
101 <expand macro="citations"/> |
|
1cf5a6a5eb05
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/mothur commit ea40e3d84e7850eb4226d6c85f709dcad18d4ba9
iuc
parents:
diff
changeset
|
102 </tool> |
