mdciao.examples.fetch_example_data

mdciao.examples.fetch_example_data(alias_or_url='b2ar@Gs', unzip=True)

Download the example data as zipfile and unzip it to the working directory.

This data is used in the notebooks:
  • Manuscript.ipynb (b2ar@Gs)

  • Tutorial.ipynb (b2ar@Gs)

  • Missing_Contacts.ipynb (b2ar@Gs)

  • EGFR Kinase Inhibitors.ipynb (EGFR)

  • Comparing_CGs_Bars.ipyn (cov19)

  • Comparing_CGs_Flares.ipynb (cov19)

which can all be run locally issuing, from the CLI:

>>>  mdc_notebooks.py

or from the API:

>>> mdciao.examples.notebooks()

Note

New filenames for the downloaded file, and the resulting folder will be generated to avoid overwriting. No files will be overwritten when extracting.

Parameters
Returns

downed_fold_full – The full path to the downloaded data

Return type

str