comparison mothur/tools/mothur/cluster.fragments.xml @ 0:3202a38e44d9

Migrated tool version 1.15.1 from old tool shed archive to new tool shed repository
author jjohnson
date Tue, 07 Jun 2011 17:32:23 -0400
parents
children fcc0778f6987
comparison
equal deleted inserted replaced
-1:000000000000 0:3202a38e44d9
1 <tool id="mothur_cluster_fragments" name="Cluster.fragments" version="1.15.0">
2 <description> Group sequences that are part of a larger sequence</description>
3 <command interpreter="python">
4 mothur_wrapper.py
5 --cmd='cluster.fragments'
6 --result='^mothur.\S+\.logfile$:'$logfile,'^\S+\.fragclust\.\w+$:'$out_fasta,'^\S+\.names$:'$out_names
7 --outputdir='$logfile.extra_files_path'
8 --fasta=$fasta
9 --name=$names
10 </command>
11 <inputs>
12 <param name="fasta" type="data" format="fasta" label="fasta - Sequences to filter"/>
13 <param name="names" type="data" format="names" optional="true" label="name - Sequences Name reference"/>
14 </inputs>
15 <outputs>
16 <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
17 <data format="fasta" name="out_fasta" label="${tool.name} on ${on_string}: fasta" />
18 <data format="names" name="out_names" label="${tool.name} on ${on_string}: names" />
19 </outputs>
20 <requirements>
21 <requirement type="binary">mothur</requirement>
22 </requirements>
23 <tests>
24 </tests>
25 <help>
26 **Mothur Overview**
27
28 Mothur_, initiated by Dr. Patrick Schloss and his software development team
29 in the Department of Microbiology and Immunology at The University of Michigan,
30 provides bioinformatics for the microbial ecology community.
31
32 .. _Mothur: http://www.mothur.org/wiki/Main_Page
33
34 **Command Documenation**
35
36 The cluster.fragments_ command groups sequences that are part of a larger sequence.
37
38 .. _cluster.fragments: http://www.mothur.org/wiki/Cluster.fragments
39
40
41 </help>
42 </tool>