From 0086fe3bdbc00abe733fb08df50833ddfdf81767 Mon Sep 17 00:00:00 2001 From: Adelme Bazin Date: Tue, 26 Nov 2024 09:37:25 +0100 Subject: [PATCH] readBinaries.py: revert commenting style to match the rest of the code --- ppanggolin/formats/readBinaries.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/ppanggolin/formats/readBinaries.py b/ppanggolin/formats/readBinaries.py index b817ee24..650b4bc7 100644 --- a/ppanggolin/formats/readBinaries.py +++ b/ppanggolin/formats/readBinaries.py @@ -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 = {}