-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pointed out by @joshuak94. When chromosome coordinates of a peak were too close to the beginning of the chromosome, some reads would either contain (a) negative start/end coordinates, (b) have an end coordinate lower than the start, or (c) have an incorrect read length. This commit fixes this bug by ensuring that all fragment start coordinates are positive.
- Loading branch information
Showing
1 changed file
with
26 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters