view mothur/lib/galaxy/datatypes/converters/ref_to_seq_taxonomy_converter.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 57df76d861e4
children
line wrap: on
line source

<tool id="CONVERTER_ref_to_seq_taxomony" name="Convert Ref taxonomy to Seq Taxonomy" version="1.0.0">
  <description>converts 2 or 3 column sequence taxonomy file to a 2 column mothur taxonomy_outline format</description>
  <command interpreter="python">ref_to_seq_taxonomy_converter.py $input $output</command>
  <inputs>
    <param name="input" type="data" format="ref.taxonomy" label="a Sequence Taxomony file"/>
  </inputs>
  <outputs>
    <data name="output" format="seq.taxonomy"/>
  </outputs>
  <help>
  </help>
</tool>