Open thyamu opened 5 years ago
For example, the progress bar is for enzyme, pathways or other categories.
This can be done like:
pbar = tqdm(mylist) for i in pbar: pbar.set_description("Scraping %s ..."%(i))
For example, the progress bar is for enzyme, pathways or other categories.