comparison Tools/Motif_search/sort_genes_galaxy.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="sort_genes" name="Sort a gff file by genes ID" version="1.0.0">
2 <description>Script that takes a gff format file from MEME suite as input and orders it by genes, so it will create an output with all the information grouped by genes. Motifs will be mixed.</description>
3 <command interpreter="perl">sort_genes_galaxy.pl $input $output</command>
4 <inputs>
5 <param format="gff" name="input" type="data" label="FIMO file"/>
6 </inputs>
7 <outputs>
8 <data format="gff" name="output" label="fimo-position-sorted.gff" />
9 </outputs>
10 </tool>