view mothur/tools/mothur/split.groups.xml @ 36:040410b8167e default tip

Fixed reference to legacy blast repository in tool_dependencies.xml. Updated README with author information.
author galaxyuser <galaxy_user@agr.g.ca>
date Mon, 10 Nov 2014 15:40:02 -0500
parents 95d75b35e4d2
children
line wrap: on
line source

<tool id="mothur_split_groups" name="Split.groups" version="1.21.0" force_history_refresh="True">
 <description>Generates a fasta file for each group</description>
 <command interpreter="python">
  mothur_wrapper.py 
  --cmd='split.groups'
  --result='^mothur.\S+\.logfile$:'$logfile
  --outputdir='$logfile.extra_files_path'
  --datasetid='$logfile.id' --new_file_path='$__new_file_path__'
  --new_datasets='^\S+?\.(\S+\.fasta)$:${fasta.ext}','^\S+?\.(\S+\.names)$:names'
  --fasta=$fasta
  --group=$group
  #if $name.__str__ != "None" and len($name.__str__) > 0:
   --name=$name
  #end if
  #if $groups.__str__ != "None" and len($groups.__str__) > 0:
   --groups=$groups
  #end if
	#if $count.__str__ != "None" and len($count.__str__) > 0:
		--count=$count
	#end if
 </command>
 <inputs>
  <param name="fasta" type="data" format="fasta" label="fasta - Fasta to split by group"/>
  <param name="name" type="data" format="names" label="name - Names to split by group" optional="true"/>
  <param name="group" type="data" format="groups" label="group - Groups"/>
  <param name="groups" type="select" optional="true" label="groups - Pick groups to analyze" multiple="true">
   <options>
    <filter type="data_meta" ref="group" key="groups" />
   </options>
  </param>
	<param name="count" type="data" format="count_table" optional="true" label="count - a count_table" help="generated by count.seqs"/>
 </inputs>
 <outputs>
  <data format="html" name="logfile" label="${tool.name} on ${on_string}: logfile" />
 </outputs>
 <requirements>
<requirement type = "package" version ="1.33">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 split.groups_ command reads a fasta file and group_ file and generates a fasta file for each group in the groupfile.  A name_ file can also be split into groups.

.. _group: http://www.mothur.org/wiki/Group_file
.. _name: http://www.mothur.org/wiki/Name_file
.. _split.groups: http://www.mothur.org/wiki/Split.groups

 </help>
</tool>