view Tools/CREF/list_motifs.xml @ 0:229d36377838 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 05:53:08 -0400
parents
children
line wrap: on
line source

<tool id="list_motifs" name="List motifs" version="1.0.0">
	<description>Extract the motifs names from ame processed file</description>
	<command interpreter="perl">list_motifs_galaxy.pl $input $output</command>
	<inputs>
		<param format="txt" name="input" type="data" label="AME file processed"/>
	</inputs>
	<outputs>
		<data format="txt" name="output" label="list_motifs" />
	</outputs>
</tool>