comparison mothur/tools/mothur/remove.lineage.xml @ 12:370b3fc4e7d3

Mothur galaxy tool updates for Mothur version 1.21.0, fix help section warnings
author Jim Johnson <jj@umn.edu>
date Tue, 09 Aug 2011 11:39:27 -0500
parents 7bfe1f843858
children 49058b1f8d3f
comparison
equal deleted inserted replaced
11:11867a45a43d 12:370b3fc4e7d3
34 --result=#echo ','.join($results) 34 --result=#echo ','.join($results)
35 </command> 35 </command>
36 <inputs> 36 <inputs>
37 <param name="taxonomy" type="data" format="seq.taxonomy" label="taxonomy - Taxonomy"/> 37 <param name="taxonomy" type="data" format="seq.taxonomy" label="taxonomy - Taxonomy"/>
38 <!-- 38 <!--
39 <param name="taxons" type="select" size="120" multiple="True" label="Browse Taxons from Taxonomy"> 39 <param name="taxons" type="select" size="120" multiple="true" label="Browse Taxons from Taxonomy">
40 <options from_dataset="taxonomy"> 40 <options from_dataset="taxonomy">
41 <column name="name" index="1"/> 41 <column name="name" index="1"/>
42 <column name="value" index="1"/> 42 <column name="value" index="1"/>
43 <filter type="unique_value" name="unique_taxon" column="1" /> 43 <filter type="unique_value" name="unique_taxon" column="1" />
44 <filter type="sort_by" name="sorted_taxon" column="1" />
44 </options> 45 </options>
45 </param> 46 </param>
46 --> 47 -->
47 <param name="taxon" type="text" area="True" size="5x120" label="taxon - Select Taxons for filtering" help="Enter 1 or more taxons separated by whitespace or commas"/> 48 <param name="taxon" type="text" area="True" size="5x120" label="taxon - Select Taxons for filtering" help="Enter 1 or more taxons separated by whitespace or commas"/>
48 <param name="fasta_in" type="data" format="fasta" optional="true" label="fasta - Fasta Sequences"/> 49 <param name="fasta_in" type="data" format="fasta" optional="true" label="fasta - Fasta Sequences"/>
51 <param name="list_in" type="data" format="list" optional="true" label="list - OTU List"/> 52 <param name="list_in" type="data" format="list" optional="true" label="list - OTU List"/>
52 <param name="name_in" type="data" format="names" optional="true" label="name - Sequences Name reference"/> 53 <param name="name_in" type="data" format="names" optional="true" label="name - Sequences Name reference"/>
53 <param name="dups" type="boolean" truevalue="" falsevalue="--dups=false" checked="true" label="dups - Apply to duplicate names"/> 54 <param name="dups" type="boolean" truevalue="" falsevalue="--dups=false" checked="true" label="dups - Apply to duplicate names"/>
54 </inputs> 55 </inputs>
55 <outputs> 56 <outputs>
56 <!-- fix format -->
57 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 57 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
58 <data format="seq.taxonomy" name="taxonomy_out" label="${tool.name} on ${on_string}: pick.taxonomy"/> 58 <data format="seq.taxonomy" name="taxonomy_out" label="${tool.name} on ${on_string}: pick.taxonomy"/>
59 <data format_source="fasta_in" name="fasta_out" label="${tool.name} on ${on_string}: pick.fasta"> 59 <data format_source="fasta_in" name="fasta_out" label="${tool.name} on ${on_string}: pick.fasta">
60 <filter>fasta_in != None</filter> 60 <filter>fasta_in != None</filter>
61 </data> 61 </data>
86 86
87 .. _Mothur: http://www.mothur.org/wiki/Main_Page 87 .. _Mothur: http://www.mothur.org/wiki/Main_Page
88 88
89 **Command Documenation** 89 **Command Documenation**
90 90
91 The remove.lineage_ command reads a taxonomy_ file and a taxon and generates a new file that contains only the sequences in the that are not from that taxon. You may also include either a fasta_, name_, group_, list_, or align.report_ file to this command and mothur will generate new files for each of those containing only the selected sequences. 91 The remove.lineage_ command reads a taxonomy_ file and a taxon and generates a new file that contains only the sequences in the that are not from that taxon. You may also include either a fasta, name_, group_, list_, or align.report_ file to this command and mothur will generate new files for each of those containing only the selected sequences.
92 92
93 .. _taxonomy: http://www.mothur.org/wiki/Taxonomy_outline 93 .. _taxonomy: http://www.mothur.org/wiki/Taxonomy_outline
94 .. _name: http://www.mothur.org/wiki/Name_file 94 .. _name: http://www.mothur.org/wiki/Name_file
95 .. _group: http://www.mothur.org/wiki/Group_file 95 .. _group: http://www.mothur.org/wiki/Group_file
96 .. _list: http://www.mothur.org/wiki/List_file 96 .. _list: http://www.mothur.org/wiki/List_file