Category

Generic


Usage

bedExtendRanges database length files(s)


Manual

This tool is part of UCSC Genome Browser's utilities.


options:
-host mysql host
-user mysql user
-password mysql password
-tab Separate by tabs rather than space
-verbose=N - verbose level for extra information to STDERR

example:

bedExtendRanges hg18 250 stdin

bedExtendRanges -user=genome -host=genome-mysql.cse.ucsc.edu hg18 250 stdin

will transform:
chr1 500 525 . 100 +
chr1 1000 1025 . 100 -
to:
chr1 500 750 . 100 +
chr1 775 1025 . 100 -


Share your experience or ask a question