Skip to content

Progress bar for omics/omics_h5ad_saver.py #20

@moi-taiga

Description

@moi-taiga

consider using Python's tqdm library to display a progress bar rather than relying on manual print statements.

something like:
from tqdm import tqdm
for idx, (sid, sample, label) in tqdm(enumerate(zip(cell_names, cell_array_lst, cell_types))):
# saving logic here

Metadata

Metadata

Assignees

Labels

enhancementNew feature or requestwontfixThis will not be worked on

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions