view Tools/Motif_search/testrules_galaxy.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="test_rules" name="Print out motifs of a certain rule that are present in a gene" version="1.0.0">
	<description>tool prints out motifs of a certain rule that are present in a gene</description>
	<command interpreter="perl">testrules_galaxy.pl $input $output</command>
	<inputs>
		<param format="gff" name="input" type="data" label="FIMO file"/>
	</inputs>
	<outputs>
		<data format="gff" name="output" label="testrules.gff" />
	</outputs>
</tool>