genomepy.online

Utility functions with internet connections

Functions

check_url(url[, max_tries, timeout])

Check if URL works.

connect_ftp_link(link[, timeout])

Anonymous login to ftp.

download_file(url, filename)

Helper method handling downloading large files from url to filename.

read_url(url)

Read a text-based URL.

retry(func, tries, *args, **kwargs)

Retry functions with potential connection errors.