Mercurial > repos > jjohnson > mothur_toolsuite
view mothur/tools/mothur/list.seqs.xml @ 1:c7923b34dea4
Migrated tool version 1.16.0 from old tool shed archive to new tool shed repository
author | jjohnson |
---|---|
date | Tue, 07 Jun 2011 17:01:07 -0400 |
parents | 591e72edabed |
children | e076d95dbdb5 |
line wrap: on
line source
<tool id="mothur_list_seqs" name="List.seqs" version="1.16.0"> <description>Lists the names of the sequences</description> <command interpreter="python"> mothur_wrapper.py --cmd='list.seqs' --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.accnos$:'$out_file --outputdir='$logfile.extra_files_path' #if $search.type == "fasta": --fasta=$search.input #elif $search.type == "name": --name=$search.input #else if search.type == "group": --group=$search.input #elif $search.type == "alignreport": --alignreport=$search.input #elif $search.type == "list": --list=$search.input #elif $search.type == "taxonomy": --taxonomy=$search.input #end if </command> <inputs> <conditional name="search"> <param name="type" type="select" label="Type to list" help=""> <option value="fasta">Sequence Fasta</option> <option value="name">Sequences Name reference</option> <option value="group">Groups</option> <option value="alignreport">Align Report</option> <option value="list">OTU List</option> <option value="taxonomy">Sequence Taxonomy</option> </param> <when value="fasta"> <param name="input" type="data" format="fasta" label="fasta - Fasta"/> </when> <when value="name"> <param name="input" type="data" format="names" label="name - Names"/> </when> <when value="group"> <param name="input" type="data" format="groups" label="group - Groups"/> </when> <when value="alignreport"> <param name="input" type="data" format="align.report" label="alignreport - Align Report"/> </when> <when value="list"> <param name="input" type="data" format="list" label="list - OTU List"/> </when> <when value="taxonomy"> <param name="input" type="data" format="taxonomy" label="taxonomy - Sequence Taxonomy"/> </when> </conditional> </inputs> <outputs> <!-- fix format --> <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" /> <data format="accnos" name="out_file" label="${tool.name} on ${on_string}: accnos" /> </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 list.seqs_ command writes out the names of the sequences found within a fasta, name, group, list, or align.report file. .. _list.seqs: http://www.mothur.org/wiki/list.seqs </help> </tool>