Mercurial > repos > yufei-luo > s_mart
comparison SMART/bacteriaRegulatoryRegion_Detection/sortGff.xml @ 31:0ab839023fe4
Uploaded
author | m-zytnicki |
---|---|
date | Tue, 30 Apr 2013 14:33:21 -0400 |
parents | 94ab73e8a190 |
children |
comparison
equal
deleted
inserted
replaced
30:5677346472b5 | 31:0ab839023fe4 |
---|---|
1 <tool id="sortGff" name="sortGff"> | |
2 <description>Sorts a gff file.</description> | |
3 <command interpreter="perl"> sortGff.pl -i $inputFile > $outputFile </command> | |
4 <inputs> | |
5 <param name="inputFile" type="data" label="Input File" format="gff"/> | |
6 </inputs> | |
7 | |
8 <outputs> | |
9 <data format="gff3" name="outputFile" label="[sortGff] Output File"/> | |
10 </outputs> | |
11 | |
12 <help> | |
13 command example: perl sortGff.pl -i *_unsort.gff3 > *_sort.gff3 | |
14 </help> | |
15 </tool> |