mozack / abra

Assembly Based ReAligner
MIT License
70 stars 12 forks source link

Allow RegionLoader to work with bed files with headers. #27

Closed dnbaker closed 8 years ago

dnbaker commented 8 years ago

Currently, RegionLoader throws an ArrayOutOfBoundsException when given a bed file with a header line.

This patch tells it to skip these lines.

mozack commented 8 years ago

Thanks!