diff mothur/tools/mothur/dist.shared.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
line wrap: on
line diff
--- a/mothur/tools/mothur/dist.shared.xml	Tue Jun 07 17:32:23 2011 -0400
+++ b/mothur/tools/mothur/dist.shared.xml	Tue Jun 07 17:35:35 2011 -0400
@@ -1,4 +1,4 @@
-<tool id="mothur_dist_shared" name="Dist.shared" version="1.15.0" force_history_refresh="True">
+<tool id="mothur_dist_shared" name="Dist.shared" version="1.16.0" force_history_refresh="True">
  <description>Generate a phylip-formatted dissimilarity distance matrix among multiple groups</description>
  <command interpreter="python">
   mothur_wrapper.py 
@@ -30,6 +30,9 @@
     --READ_label='$input.label'
    #end if
   #end if
+  #if $input.groups.__str__ != "None" and len($input.groups.__str__) > 0:
+   --groups=$input.groups
+  #end if
   #if $calc.__str__ != "None" and len($calc.__str__) > 0:
    --calc=$calc
   #end if
@@ -81,7 +84,7 @@
    </when>
   </conditional>
   <param name="calc" type="select" label="calc - Calculators (Uses defaults if none selected)" multiple="true">
-   <options from_file="mothur_calulators.loc">
+   <options from_file="mothur_calculators.loc">
      <column name="mult2" index="2"/>
      <column name="name" index="0"/>
      <column name="value" index="0"/>