view merge_metaphlan.xml @ 60:39126c375dd4 draft default tip

Uploaded
author george-weingart
date Sat, 06 Sep 2014 15:42:27 -0400
parents cac6247cb1d3
children
line wrap: on
line source

<tool id="merge_metaphlan" name="merge_metaphlan" version="1.0.0">
  <description>Merge Metaphlan</description>
  <command interpreter="python">merge_metaphlan_tables.py
	 #for $input in $inputs#
		$input
	#end for#  
	> $out_data
   </command>
	<inputs>
		  <param format="text" name="inputs" type="data" label="Metaphlan files to merge"  multiple="true"    help="Metaphlan files to merege"/>
    </inputs>

	<outputs>
            <data  name="out_data"  format="tabular"  />
	</outputs>
                                  
  <help>
**merge metaphlan**  
  </help>
</tool>