limix.sh.download

limix.sh.download(url, dest=None, verbose=True)[source]

Download file.

Parameters
  • url (str) – Url to the file.

  • dest (str, optional) – File destination. The current working directory is used if None is passed. Defaults to None.

  • verbose (bool, optional) – True for displaying progress. Defaults to True.

Returns

filepath – File path to the downloaded file.

Return type

str