arq5x / bedtools

A powerful toolset for genome arithmetic.
http://code.google.com/p/bedtools/
GNU General Public License v2.0
139 stars 86 forks source link

BigWig and BigBed support #67

Open arq5x opened 11 years ago

arq5x commented 11 years ago

Add support for BigWig and BigBed.

BenLangmead commented 10 years ago

+1 to this idea. This code in James Taylor's repo might help:

https://bitbucket.org/james_taylor/bx-python/src/8600c7055ed08e87c6951e65ccce6771b38d0acf/lib/bx/bbi

Ben

arq5x commented 10 years ago

Thanks Ben. Yeah, it is on the to do list. We just need to spend some time learning about the format and thinking about good use cases. James's code is a great place to start, as is Jim Kent's lib. If you have any particular use cases you care about, please let us know.