view Tools/First_version/sorting_first.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="sorting_by_position" name="Sort block of genes by first position" version="1.0.0">
	<description>Script to take sort block of genes in a .gff file by the start position of the motifs</description>
	<command interpreter="perl">sorting_first_galaxy.pl $input $output</command>
	<inputs>
		<param format="gff" name="input" type="data" label="FIMO file"/>
	</inputs>
	<outputs>
		<data format="gff" name="output" label="fimo-position-sorted.gff" />
	</outputs>
</tool>