You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently get_intervals.py deletes intervals that extend beyond the chromosome length. This means that the last few kilobases of each chromosome are not covered in the intervals and no prediction is made for them when we perform inference.
These bases should somehow be included.
Pad the h5 with zeros beyond the chromosome size, then at the time of writing the bedGraph file trim off the excess zeros.
The text was updated successfully, but these errors were encountered:
Currently get_intervals.py deletes intervals that extend beyond the chromosome length. This means that the last few kilobases of each chromosome are not covered in the intervals and no prediction is made for them when we perform inference.
These bases should somehow be included.
Pad the h5 with zeros beyond the chromosome size, then at the time of writing the bedGraph file trim off the excess zeros.
The text was updated successfully, but these errors were encountered: