comparison mothur/tools/mothur/unifrac.unweighted.xml @ 1:fcc0778f6987

Migrated tool version 1.16.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:35:35 -0400
parents 3202a38e44d9
children e990ac8a0f58
comparison
equal deleted inserted replaced
0:3202a38e44d9 1:fcc0778f6987
1 <tool id="mothur_unifrac_unweighted" name="unifrac.unweighted" version="1.15.0"> 1 <tool id="mothur_unifrac_unweighted" name="unifrac.unweighted" version="1.16.0">
2 <description>Describes whether two or more communities have the same structure</description> 2 <description>Describes whether two or more communities have the same structure</description>
3 <command interpreter="python"> 3 <command interpreter="python">
4 mothur_wrapper.py 4 mothur_wrapper.py
5 --cmd='unifrac.unweighted' 5 --cmd='unifrac.unweighted'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.uwsummary$:'$summary,'^\S+\.unweighted\.(column\.|philip\.)?dist$:'$dist 6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.uwsummary$:'$summary,'^\S+\.unweighted\.(column\.|philip\.)?dist$:'$dist
21 #end if 21 #end if
22 $random 22 $random
23 #if $distance.__str__ != "false": 23 #if $distance.__str__ != "false":
24 --distance=$distance 24 --distance=$distance
25 #end if 25 #end if
26 --processors=2
26 </command> 27 </command>
27 <inputs> 28 <inputs>
28 <!-- list,group or shared --> 29 <!-- list,group or shared -->
29 <param name="tree" type="data" format="tre" label="read.tree(tree=) - Tree"/> 30 <param name="tree" type="data" format="tre" label="read.tree(tree=) - Tree"/>
30 <param name="group" type="data" format="groups" label="read.tree(group=) - Group file for the tree"/> 31 <param name="group" type="data" format="groups" label="read.tree(group=) - Group file for the tree"/>