jackh726 / bigtools

A high-performance BigWig and BigBed library in Rust
MIT License
65 stars 5 forks source link

bedToBigBed allow1bpOverlap #49

Open mrvollger opened 1 month ago

mrvollger commented 1 month ago

Is there an equivalent to the bedToBigBed option -allow1bpOverlap in bigtools bedtobigbed?

   -allow1bpOverlap  -- allow exons to overlap by at most one base pair

Or is the behavior allowed automatically without needing to set an option?

Cheers, Mitchell