comparison mothur/tools/mothur/create.database.xml @ 35:95d75b35e4d2

Updated tools to use Mothur 1.33. Added some misc. fixes and updates (blast repository, tool fixes)
author certain cat
date Fri, 31 Oct 2014 15:09:32 -0400
parents 49058b1f8d3f
children
comparison
equal deleted inserted replaced
34:1be61ceb20d7 35:95d75b35e4d2
1 <tool id="mothur_create_database" name="Create.database" version="1.27.0" > 1 <tool id="mothur_create_database" name="Create.database" version="1.28.0" >
2 <description>creates a database file from a list, repnames, repfasta and contaxonomy file</description> 2 <description>creates a database file from a list, repnames, repfasta and contaxonomy file</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='create.database' 5 --cmd='create.database'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+?\.database$:'$database 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+?\.database$:'$database
26 <param name="otu" type="data" format="list,shared" label="list or shared - OTU List of Shared"/> 26 <param name="otu" type="data" format="list,shared" label="list or shared - OTU List of Shared"/>
27 <param name="repfasta" type="data" format="fasta" label="repfasta - rep.fasta" 27 <param name="repfasta" type="data" format="fasta" label="repfasta - rep.fasta"
28 help="fasta file output by get.oturep"/> 28 help="fasta file output by get.oturep"/>
29 <param name="repname" type="data" format="names" label="repname - rep.names" 29 <param name="repname" type="data" format="names" label="repname - rep.names"
30 help="names file output by get.oturep"/> 30 help="names file output by get.oturep"/>
31 <param name="count" type="data" format="count_table" label="count file - count_table"/>
31 <param name="contaxonomy" type="select" format="cons.taxonomy" label="contaxonomy - Consensus Taxonomy" 32 <param name="contaxonomy" type="select" format="cons.taxonomy" label="contaxonomy - Consensus Taxonomy"
32 help="consensus taxonomy file output by classify.otu"/> 33 help="consensus taxonomy file output by classify.otu"/>
33 <param name="group" type="data" format="groups" optional="true" label="group - Groups for summary file"/> 34 <param name="group" type="data" format="groups" optional="true" label="group - Groups for summary file"/>
34 <param name="label" type="select" label="label - OTU Labels" multiple="true"> 35 <param name="label" type="select" label="label - OTU Labels" multiple="true">
35 <options> 36 <options>
40 <outputs> 41 <outputs>
41 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> 42 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
42 <data format="tabular" name="database" label="${tool.name} on ${on_string}: database" /> 43 <data format="tabular" name="database" label="${tool.name} on ${on_string}: database" />
43 </outputs> 44 </outputs>
44 <requirements> 45 <requirements>
45 <requirement type="package" version="1.27">mothur</requirement> 46 <requirement type="package" version="1.33">mothur</requirement>
46 </requirements> 47 </requirements>
47 <tests> 48 <tests>
48 </tests> 49 </tests>
49 <help> 50 <help>
50 **Mothur Overview** 51 **Mothur Overview**
61 62
62 .. _list: http://www.mothur.org/wiki/List_file 63 .. _list: http://www.mothur.org/wiki/List_file
63 .. _shared: http://www.mothur.org/wiki/Shared_file 64 .. _shared: http://www.mothur.org/wiki/Shared_file
64 .. _create.database: http://www.mothur.org/wiki/Create.database 65 .. _create.database: http://www.mothur.org/wiki/Create.database
65 66
67 v.1.28.0: Updated to Mothur 1.33, added count paramter.
68
66 69
67 </help> 70 </help>
68 </tool> 71 </tool>