Open hbsmith opened 5 years ago
The check within Jgi.scrape_domain()
Jgi.scrape_domain()
if domain in untested: warnings.warn("This domain is untested for this function.")
causes a new tqdm progress bar to appear in jupyter every iteration through loop used to scrape organisms. Need suggestions for preventing this behavior.
This doesn't happen with domain=GFragment but does happen with domain=Viruses for some reason.
domain=GFragment
domain=Viruses
And it only happens on Viruses when database='all'
database='all'
The check within
Jgi.scrape_domain()
causes a new tqdm progress bar to appear in jupyter every iteration through loop used to scrape organisms. Need suggestions for preventing this behavior.