Mercurial > repos > jjohnson > mothur_toolsuite
view mothur/tools/mothur/align.check.xml @ 4:a9d51d14f9e9 draft
Add tool_dependencies
author | Jim Johnson <jj@umn.edu> |
---|---|
date | Wed, 05 Sep 2012 21:28:43 -0500 |
parents | e076d95dbdb5 |
children | 3cfe41810949 |
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="package" version="1.24.1">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>