Mercurial > repos > jjohnson > mothur_toolsuite
comparison mothur/tools/mothur/get.group.xml @ 2:e076d95dbdb5
Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author | jjohnson |
---|---|
date | Tue, 07 Jun 2011 17:05:08 -0400 |
parents | c7923b34dea4 |
children | a9d51d14f9e9 |
comparison
equal
deleted
inserted
replaced
1:c7923b34dea4 | 2:e076d95dbdb5 |
---|---|
1 <tool id="mothur_get_group" name="Get.group" version="1.16.0"> | 1 <tool id="mothur_get_group" name="Get.group" version="1.19.0"> |
2 <description>group names from shared or from list and group</description> | 2 <description>group names from shared or from list and group</description> |
3 <command interpreter="python"> | 3 <command interpreter="python"> |
4 mothur_wrapper.py | 4 mothur_wrapper.py |
5 --cmd='get.group' | 5 --cmd='get.group' |
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.bootGroups$:'$bootgroups | 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.bootGroups$:'$bootgroups |
7 --outputdir='$logfile.extra_files_path' | 7 --outputdir='$logfile.extra_files_path' |
8 --READ_cmd='read.otu' | 8 --shared=$otu |
9 #if $input.source == 'similarity': | |
10 --READ_list=$input.otu | |
11 #if $otu_group.__str__ != "None" and len($otu_group.__str__) > 0: | |
12 --READ_group='$otu_group' | |
13 #end if | |
14 #if $input.groups.__str__ != "None" and len($input.groups.__str__) > 0: | |
15 --READ_groups='$input.groups' | |
16 #end if | |
17 #elif $input.source == 'shared': | |
18 --READ_shared=$input.otu | |
19 #if $otu_group.__str__ != "None" and len($otu_group.__str__) > 0: | |
20 --READ_group='$otu_group' | |
21 #end if | |
22 #end if | |
23 </command> | 9 </command> |
24 <inputs> | 10 <inputs> |
25 <conditional name="input"> | 11 <param name="otu" type="data" format="shared" label="shared - OTU Shared"/> |
26 <param name="source" type="select" label="Generate principle components for"> | |
27 <option value="similarity">OTU list</option> | |
28 <option value="shared">OTU Shared</option> | |
29 </param> | |
30 <when value="similarity"> | |
31 <param name="otu" type="data" format="list" label="read.otu(list=) - OTU List"/> | |
32 <param name="otu_group" type="data" format="groups" label="read.otu(group=) - Group file for the OTU List"/> | |
33 <param name="groups" type="select" label="groups - Groups to consider" multiple="true"> | |
34 <options from_dataset="otu_group"> | |
35 <column name="name" index="1"/> | |
36 <column name="value" index="1"/> | |
37 <filter type="unique_value" name="unq_grp" column="1" /> | |
38 </options> | |
39 </param> | |
40 </when> | |
41 <when value="shared"> | |
42 <param name="otu" type="data" format="shared" label="read.otu(shared=) - OTU Shared"/> | |
43 <param name="groups" type="select" label="groups - Groups to consider" multiple="true"> | |
44 <options from_dataset="otu"> | |
45 <column name="name" index="1"/> | |
46 <column name="value" index="1"/> | |
47 <filter type="unique_value" name="unq_grp" column="1" /> | |
48 </options> | |
49 </param> | |
50 </when> | |
51 </conditional> | |
52 </inputs> | 12 </inputs> |
53 <outputs> | 13 <outputs> |
54 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> | 14 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> |
55 <data format="groups" name="bootgroups" label="${tool.name} on ${on_string}: bootGroups" /> | 15 <data format="groups" name="bootgroups" label="${tool.name} on ${on_string}: bootGroups" /> |
56 </outputs> | 16 </outputs> |