view mothur/tools/mothur/align.check.xml @ 2:e990ac8a0f58

Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:39:06 -0400
parents fcc0778f6987
children 49058b1f8d3f
line wrap: on
line source

<tool id="mothur_align_check" name="Align.check" version="1.19.0">
 <description>Calculate the number of potentially misaligned bases</description>
 <command interpreter="python">
  mothur_wrapper.py 
   --cmd='align.check'
   --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.align\.check$:'$out_file
   --outputdir='$logfile.extra_files_path'
   --fasta=$fasta
   --map=$ss.map
 </command>
  <inputs>
   <param name="fasta" type="data" format="align" label="fasta - Aligned Sequences"/>
   <conditional name="ss">
    <param name="source" label="Select Secondary Structure Map from" type="select">
     <option value="cached">Cached Secondary Structure Maps</option>
     <option value="history">Your History</option>
    </param>
    <when value="cached">
     <param name="map" type="select" label="map - Select a secondary structure map" help="Contact Galaxy team for additions">
      <options from_file="mothur_map.loc">
       <column name="name" index="0" />
       <column name="value" index="1" />
      </options>
     </param>
    </when>
    <when value="history">
     <param name="map" format="map" type="data" label="Secondary Structure Map" />
    </when>
   </conditional>
  </inputs>
 <outputs>
  <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
  <data format="align.check" name="out_file" label="${tool.name} on ${on_string}: align.check"/>
 </outputs>
 <requirements>
  <requirement type="binary">mothur</requirement>
 </requirements>
 <tests>
 </tests>
 <help>
**Mothur Overview**

Mothur_, initiated by Dr. Patrick Schloss and his software development team 
in the Department of Microbiology and Immunology at The University of Michigan,  
provides bioinformatics for the microbial ecology community.

.. _Mothur: http://www.mothur.org/wiki/Main_Page

**Command Documenation**

The align.check_ command allows you to calculate the number of potentially misaligned bases in a 16S rRNA gene sequence alignment using a secondary_structure_map_.  If you are familiar with the editor window in ARB, this is the same as counting the number of ~, #, -, and = signs.  

.. _secondary_structure_map: http://www.mothur.org/wiki/Secondary_structure_map
.. _align.check: http://www.mothur.org/wiki/Align.check

 </help>
</tool>