Skip to content

Commit

Permalink
readBinaries.py: revert commenting style to match the rest of the code
Browse files Browse the repository at this point in the history
  • Loading branch information
axbazin authored Nov 26, 2024
1 parent 789e3cc commit 0086fe3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions ppanggolin/formats/readBinaries.py
Original file line number Diff line number Diff line change
Expand Up @@ -981,10 +981,9 @@ def read_spots(pangenome: Pangenome, h5f: tables.File, disable_bar: bool = False
"""
Read hotspots in the pangenome HDF5 file and add them to the pangenome object.
Args:
pangenome (Pangenome): Pangenome object.
h5f (tables.File): Pangenome HDF5 file with spots computed.
disable_bar (bool): Whether to disable the progress bar.
:param pangenome: Pangenome object without spot
:param h5f: Pangenome HDF5 file with spot computed
:param disable_bar: Disable the progress bar
"""
table = h5f.root.spots
spots = {}
Expand Down

0 comments on commit 0086fe3

Please sign in to comment.