Skip to content

Commit

Permalink
Update PeakIO.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang authored and taoliu committed Feb 4, 2025
1 parent 7c12a5b commit 059e681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MACS3/IO/PeakIO.py
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ class BroadPeakIO:
"""IO for broad peak information.
"""
peaks: dict
peaks = cython.declare(dict, visibility="public")

def __init__(self):
self.peaks = {}
Expand Down

0 comments on commit 059e681

Please sign in to comment.