view Tools/CREF/extract_motifs_codes.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="extract_motifs_codes" name="Extract motifs codes" version="1.0.0">
	<description>Script to take output from AME (part of memesuite-org) and extract a list of the overrepresented motifs</description>
	<command interpreter="perl">Extract_motif_codes_galaxy.pl $input $output</command>
	<inputs>
		<param format="txt" name="input" type="data" label="AME file"/>
	</inputs>
	<outputs>
		<data format="txt" name="output" label="ame-shorted" />
	</outputs>
</tool>