garber-lab / ESAT

Stripped-down version of original ESAT code
6 stars 5 forks source link

Fixed a bug in the window-level read counting #11

Closed ADerr closed 8 years ago

ADerr commented 8 years ago

(fillExperimentWindowCounter()) that resulted in the region over which the reads were summed was offset from the window boundaries by one base. So, if a window spanned from X to Y, the reads were summed over the region X-1 to Y-1.

Also, fixed some typos in InDropPreprocess.java.