comparison mothur/tools/mothur/parse.list.xml @ 2:e990ac8a0f58

Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:39:06 -0400
parents fcc0778f6987
children bfbaf823be4c
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_parse_list" name="Parse.list" version="1.16.0" force_history_refresh="True"> 1 <tool id="mothur_parse_list" name="Parse.list" version="1.19.0" force_history_refresh="True">
2 <description>Order Sequences by OTU</description> 2 <description>Generate a List file for each group</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='parse.list' 5 --cmd='parse.list'
6 --result='^mothur.\S+\.logfile$:'$logfile 6 --result='^mothur.\S+\.logfile$:'$logfile
7 --outputdir='$logfile.extra_files_path' 7 --outputdir='$logfile.extra_files_path'
14 #end if 14 #end if
15 </command> 15 </command>
16 <inputs> 16 <inputs>
17 <param name="otu" type="data" format="list" label="list - OTU List"/> 17 <param name="otu" type="data" format="list" label="list - OTU List"/>
18 <param name="group" type="data" format="groups" label="group - Sequences Name reference"/> 18 <param name="group" type="data" format="groups" label="group - Sequences Name reference"/>
19 <param name="label" type="select" optional="true" label="label - Select OTU Labels to filter out all but selected labels" multiple="true"> 19 <param name="label" type="select" optional="true" label="label - To filter: Select OTU Labels to include" multiple="true">
20 <help>All labels are included if none are selected</help>
20 <options from_dataset="otu"> 21 <options from_dataset="otu">
21 <column name="name" index="0"/> 22 <column name="name" index="0"/>
22 <column name="value" index="0"/> 23 <column name="value" index="0"/>
23 </options> 24 </options>
24 </param> 25 </param>
40 41
41 .. _Mothur: http://www.mothur.org/wiki/Main_Page 42 .. _Mothur: http://www.mothur.org/wiki/Main_Page
42 43
43 **Command Documenation** 44 **Command Documenation**
44 45
45 The parse.list_ command prints out a fasta-formatted file where sequences are ordered according to the OTU that they belong to. Such an output may be helpful for generating primers specific to an OTU or for classification of sequences. 46 The parse.list_ command reads a list_ file and group_ file and generates a list_ file for each group_ in the groupfile.
46 47
48 .. _list: http://www.mothur.org/wiki/List_file
49 .. _group: http://www.mothur.org/wiki/Group_file
47 .. _parse.list: http://www.mothur.org/wiki/Parse.list 50 .. _parse.list: http://www.mothur.org/wiki/Parse.list
48 51
49 </help> 52 </help>
50 </tool> 53 </tool>