Skip to content

Commit

Permalink
Merge pull request #678 from kaizhang/master
Browse files Browse the repository at this point in the history
Expose the "peaks" field in BroadPeakIO
  • Loading branch information
taoliu authored Nov 30, 2024
2 parents 7d882d6 + 1cceabc commit e722a54
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 e722a54

Please sign in to comment.