comparison Tools/CREF/extract_motifs_codes.xml @ 0:229d36377838 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 05:53:08 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:229d36377838
1 <tool id="extract_motifs_codes" name="Extract motifs codes" version="1.0.0">
2 <description>Script to take output from AME (part of memesuite-org) and extract a list of the overrepresented motifs</description>
3 <command interpreter="perl">Extract_motif_codes_galaxy.pl $input $output</command>
4 <inputs>
5 <param format="txt" name="input" type="data" label="AME file"/>
6 </inputs>
7 <outputs>
8 <data format="txt" name="output" label="ame-shorted" />
9 </outputs>
10 </tool>