diff mothur/tools/mothur/chimera.pintail.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
line wrap: on
line diff
--- a/mothur/tools/mothur/chimera.pintail.xml	Mon Sep 22 11:19:09 2014 -0400
+++ b/mothur/tools/mothur/chimera.pintail.xml	Fri Oct 31 15:09:32 2014 -0400
@@ -1,4 +1,4 @@
-<tool id="mothur_chimera_pintail" name="Chimera.pintail" version="1.20.0">
+<tool id="mothur_chimera_pintail" name="Chimera.pintail" version="1.21.0">
  <description>Find putative chimeras using pintail</description>
  <command interpreter="python">
   mothur_wrapper.py 
@@ -44,9 +44,7 @@
    </param>
    <when value="ref">
     <param name="template" type="select" label="reference - Select an alignment database " help="">
-     <options from_file="mothur_aligndb.loc">
-      <column name="name" index="0" />
-      <column name="value" index="1" />
+     <options from_data_table="mothur_aligndb">
      </options>
     </param>
    </when>
@@ -122,7 +120,7 @@
   </data>
  </outputs>
  <requirements>
-  <requirement type="package" version="1.27">mothur</requirement>
+  <requirement type="package" version="1.33">mothur</requirement>
  </requirements>
  <tests>
  </tests>