NAME

rnazBEDsort.pl - Sorts a BED annotation file.


SYNOPSIS

 rnazBEDsort.pl [options] [file]


OPTIONS

-v, --version

Prints version information and exits.

-h, --help

Prints a short help message and exits.

--man

Prints a detailed manual page and exits.


DESCRIPTION

rnazBEDsort.pl reads a BED formatted annotation file and sorts the lines by sequence identifier and genomic location. Note: this simple script is not very memory efficient so you could run into problems if you try to sort really large BEDs.


EXAMPLES

 # rnazBEDsort.pl some.bed

Sorts the file some.bed and prints the results to standard out.


AUTHORS

Stefan Washietl <wash@tbi.univie.ac.at>