view Tools/CREF/list_motifs.xml @ 3:b30ba2b06326 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 06:01:48 -0400
parents 229d36377838
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>