comparison mothur/tools/mothur/cluster.classic.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_cluster_classic" name="Cluster.classic" version="1.27.0"> 1 <tool id="mothur_cluster_classic" name="Cluster.classic" version="1.88.0">
2 <description>Assign sequences to OTUs (Dotur implementation)</description> 2 <description>Assign sequences to OTUs (Dotur implementation)</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='cluster.classic' 5 --cmd='cluster.classic'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.[fna]n\.sabund$:'$sabund,'^\S+\.[fna]n\.rabund$:'$rabund,'^\S+\.[fna]n\.list$:'$otulist 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.[fna]n\.sabund$:'$sabund,'^\S+\.[fna]n\.rabund$:'$rabund,'^\S+\.[fna]n\.list$:'$otulist
56 <data format="rabund" name="rabund" label="${tool.name} on ${on_string}: rabund (Rank Abundance)"/> 56 <data format="rabund" name="rabund" label="${tool.name} on ${on_string}: rabund (Rank Abundance)"/>
57 <data format="sabund" name="sabund" label="${tool.name} on ${on_string}: sabund (Species Abundance)"/> 57 <data format="sabund" name="sabund" label="${tool.name} on ${on_string}: sabund (Species Abundance)"/>
58 <data format="list" name="otulist" label="${tool.name} on ${on_string}: list (OTU List)"/> 58 <data format="list" name="otulist" label="${tool.name} on ${on_string}: list (OTU List)"/>
59 </outputs> 59 </outputs>
60 <requirements> 60 <requirements>
61 <requirement type="package" version="1.27">mothur</requirement> 61 <requirement type="package" version="1.33">mothur</requirement>
62 </requirements> 62 </requirements>
63 <tests> 63 <tests>
64 </tests> 64 </tests>
65 <help> 65 <help>
66 **Mothur Overview** 66 **Mothur Overview**