diff Tools/Motif_search/sort_positions_galaxy.xml @ 3:b30ba2b06326 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 06:01:48 -0400
parents 229d36377838
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Tools/Motif_search/sort_positions_galaxy.xml	Mon Sep 05 06:01:48 2016 -0400
@@ -0,0 +1,10 @@
+<tool id="sort_positions" name="Sort block of genes by first position" version="1.0.0">
+	<description>Script that takes a gff format file from step1.pl as input and orders each block of gene data by the start position of the motif.</description>
+	<command interpreter="perl">sort_positions_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-gene-and-position-sorted.gff" />
+	</outputs>
+</tool>