Skip to content

Commit

Permalink
Update PeakIO.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang authored Nov 29, 2024
1 parent 7d882d6 commit 1cceabc
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 1cceabc

Please sign in to comment.