Mercurial > repos > jjohnson > mothur_toolsuite
view mothur/tools/mothur/sffinfo.xml @ 2:e076d95dbdb5
Migrated tool version 1.19.0 from old tool shed archive to new tool shed repository
author | jjohnson |
---|---|
date | Tue, 07 Jun 2011 17:05:08 -0400 |
parents | c7923b34dea4 |
children | 6b358d0f17b4 |
line wrap: on
line source
<tool id="mothur_sffinfo" name="Sffinfo" version="1.19.0"> <description>Summarize the quality of sequences</description> <command interpreter="python"> mothur_wrapper.py --cmd='sffinfo' --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.fasta$:'$out_fasta,'^\S+\.qual$:'$out_qfile,'^\S+\.sff\.txt$:'$out_sfftxt,'^\S+\.flow$:'$out_flow --outputdir='$logfile.extra_files_path' --sff=$sff $fasta $qfile $sfftxt $flow $trim #if $accnos.__str__ != 'None' and len($accnos.__str__) > 0: --accnos=$accnos #end if </command> <inputs> <param name="sff" type="data" format="sff" label="sff - Sff data"/> <!-- <repeat name="more" title="Additional "> <param name="sff" type="data" format="sff" label="sff - Sff data"/> </repeat> --> <!-- <param name="datasets" type="select" display="checkboxes" multiple="True" label="datasets - Choose output files for your history" help="Selected outputs will be listed as datasets in your history"> <option value="fasta">fasta</option> <option value="qfile">qfile</option> <option value="sfftxt">sfftxt</option> <option value="flow">flow</option> </param> --> <param name="fasta" type="boolean" truevalue="" falsevalue="--fasta=false" checked="true" label="fasta - Add fasta to your history" /> <param name="qfile" type="boolean" truevalue="" falsevalue="--qfile=false" checked="true" label="qfile - Add qfile to your history" /> <param name="sfftxt" type="boolean" truevalue="--sfftxt=true" falsevalue="" checked="false" label="sfftxt - Add sfftxt to your history" /> <param name="flow" type="boolean" truevalue="--flow=true" falsevalue="" checked="false" label="flow - Add flow to your history" /> <param name="trim" type="boolean" truevalue="" falsevalue="--trim=false" checked="true" label="trim - Trim sequences and quality scores" /> <param name="accnos" type="data" format="accnos" optional="true" label="accnos - Limit output to named Accessions"/> </inputs> <outputs> <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> <data format="fasta" name="out_fasta" label="${tool.name} on ${on_string}: fasta"> <filter>fasta == True</filter> </data> <data format="qual454" name="out_qfile" label="${tool.name} on ${on_string}: qual"> <filter>qfile == True</filter> </data> <data format="txt" name="out_sfftxt" label="${tool.name} on ${on_string}: sff.txt"> <filter>sfftxt == True</filter> </data> <data format="txt" name="out_flow" label="${tool.name} on ${on_string}: flowgram"> <filter>flow == True</filter> </data> </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 sffinfo_ command will summarize the quality of sequences in an unaligned or aligned fasta-formatted sequence file. .. _sffinfo: http://www.mothur.org/wiki/Sffinfo </help> </tool>