comparison mothur/tools/mothur/get.seqs.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 5265aa9067e0
comparison
equal deleted inserted replaced
1:fcc0778f6987 2:e990ac8a0f58
1 <tool id="mothur_get_seqs" name="Get.seqs" version="1.16.0"> 1 <tool id="mothur_get_seqs" name="Get.seqs" version="1.19.0">
2 <description>Picks sequences by name</description> 2 <description>Picks sequences by name</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 #import re, os.path 5 #import re, os.path
6 #set results = ["'^mothur.\S+\.logfile$:'" + $logfile.__str__] 6 #set results = ["'^mothur.\S+\.logfile$:'" + $logfile.__str__]
45 <param name="qfile_in" type="data" format="qual" optional="true" label="qfile - Fasta Quality"/> 45 <param name="qfile_in" type="data" format="qual" optional="true" label="qfile - Fasta Quality"/>
46 <param name="name_in" type="data" format="names" optional="true" label="name - Sequences Name reference"/> 46 <param name="name_in" type="data" format="names" optional="true" label="name - Sequences Name reference"/>
47 <param name="group_in" type="data" format="groups" optional="true" label="group - Sequences Groups"/> 47 <param name="group_in" type="data" format="groups" optional="true" label="group - Sequences Groups"/>
48 <param name="alignreport_in" type="data" format="align.report" optional="true" label="alignreport - Align Report"/> 48 <param name="alignreport_in" type="data" format="align.report" optional="true" label="alignreport - Align Report"/>
49 <param name="list_in" type="data" format="list" optional="true" label="list - OTU List"/> 49 <param name="list_in" type="data" format="list" optional="true" label="list - OTU List"/>
50 <param name="taxonomy_in" type="data" format="taxonomy" optional="true" label="taxonomy - Taxonomy"/> 50 <param name="taxonomy_in" type="data" format="seq.taxonomy" optional="true" label="taxonomy - Taxonomy"/>
51 <param name="dups" type="boolean" truevalue="" falsevalue="--dups=false" checked="true" label="dups - Apply to duplicates"/> 51 <param name="dups" type="boolean" truevalue="" falsevalue="--dups=false" checked="true" label="dups - Apply to duplicates"/>
52 </inputs> 52 </inputs>
53 <outputs> 53 <outputs>
54 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 54 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
55 <!-- format should be set to match input --> 55 <!-- format should be set to match input -->
70 <filter>alignreport_in != None</filter> 70 <filter>alignreport_in != None</filter>
71 </data> 71 </data>
72 <data format="list" name="list_out" label="${tool.name} on ${on_string}: pick.list"> 72 <data format="list" name="list_out" label="${tool.name} on ${on_string}: pick.list">
73 <filter>list_in != None</filter> 73 <filter>list_in != None</filter>
74 </data> 74 </data>
75 <data format="taxonomy" name="taxonomy_out" label="${tool.name} on ${on_string}: pick.taxonomy"> 75 <data format="seq.taxonomy" name="taxonomy_out" label="${tool.name} on ${on_string}: pick.taxonomy">
76 <filter>taxonomy_in != None</filter> 76 <filter>taxonomy_in != None</filter>
77 </data> 77 </data>
78 </outputs> 78 </outputs>
79 <requirements> 79 <requirements>
80 <requirement type="binary">mothur</requirement> 80 <requirement type="binary">mothur</requirement>
90 90
91 .. _Mothur: http://www.mothur.org/wiki/Main_Page 91 .. _Mothur: http://www.mothur.org/wiki/Main_Page
92 92
93 **Command Documenation** 93 **Command Documenation**
94 94
95 The get.seqs_ command takes a list of sequence names and either a fasta, name, group, list, or align.report file to generate a new file that contains only the sequences in the list. This command may be used in conjunction with the list.seqs command to help screen a sequence collection. 95 The get.seqs_ command takes a list of sequence names and either a fasta, name_, group_, list_, align.report_ or taxonomy_ file to generate a new file that contains only the sequences in the list. This command may be used in conjunction with the list.seqs_ command to help screen a sequence collection.
96 96
97 .. _name: http://www.mothur.org/wiki/Name_file
98 .. _group: http://www.mothur.org/wiki/Group_file
99 .. _list: http://www.mothur.org/wiki/List_file
100 .. _align.report: http://www.mothur.org/wiki/Align.seqs
101 .. _taxonomy: http://www.mothur.org/wiki/Taxonomy_outline
102 .. _list.seqs: http://www.mothur.org/wiki/list.seqs
97 .. _get.seqs: http://www.mothur.org/wiki/Get.seqs 103 .. _get.seqs: http://www.mothur.org/wiki/Get.seqs
98 104
99 105
100 </help> 106 </help>
101 </tool> 107 </tool>