Mercurial > repos > yufei-luo > s_mart
view SMART/bacteriaRegulatoryRegion_Detection/sortGff.xml @ 34:529e3e6a0954
Deleted selected files
author | m-zytnicki |
---|---|
date | Tue, 30 Apr 2013 14:35:27 -0400 |
parents | 94ab73e8a190 |
children |
line wrap: on
line source
<tool id="sortGff" name="sortGff"> <description>Sorts a gff file.</description> <command interpreter="perl"> sortGff.pl -i $inputFile > $outputFile </command> <inputs> <param name="inputFile" type="data" label="Input File" format="gff"/> </inputs> <outputs> <data format="gff3" name="outputFile" label="[sortGff] Output File"/> </outputs> <help> command example: perl sortGff.pl -i *_unsort.gff3 > *_sort.gff3 </help> </tool>