ELIFE-ASU / ecg

Pulling information from biological databases, and converting it into easy to use gmls for network science.
MIT License
3 stars 2 forks source link

ADD more information for the progress bars for downloading KEGG and other db #6

Open thyamu opened 5 years ago

thyamu commented 5 years ago

For example, the progress bar is for enzyme, pathways or other categories.

hbsmith commented 5 years ago

This can be done like:

pbar = tqdm(mylist)
for i in pbar:
    pbar.set_description("Scraping %s ..."%(i))