DownloadProgressBar

class snakecdysis.useful_function.DownloadProgressBar(*_, **__)[source]

Bases: tqdm

Build progress bar on terminal for downloading url link

Methods Summary

update_to([b, bsize, tsize])

Methods Documentation

update_to(b=1, bsize=1, tsize=None)[source]