Brydon Wall

Results 2 issues of Brydon Wall

Bed files are 0-based, half-open intervals [start, end), but are visualized as closed [start, end] when using custom BED regions. See BED format: [here](https://genome.ucsc.edu/FAQ/FAQformat#format1).

This subtracts 1 from input BED files "END" column to change from BED files' half-open to what sequenceTubeMap expects is a closed interval. `[start, end) -> [start, end]`