comparison Tools/Second/step2.xml @ 3:b30ba2b06326 draft

Uploaded
author amadeo
date Mon, 05 Sep 2016 06:01:48 -0400
parents 229d36377838
children
comparison
equal deleted inserted replaced
2:607d7bdfb07f 3:b30ba2b06326
1 <tool id="step2" name="Sort block of genes by first position" version="1.0.0">
2 <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>
3 <command interpreter="perl">step2_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-gene-and-position-sorted.gff" />
9 </outputs>
10 </tool>