BioSimSpace.FreeEnergy.getData¶
- BioSimSpace.FreeEnergy.getData(name='data', file_link=False, work_dir=None)[source]¶
Return a link to a zip file containing the data files required for post-simulation analysis.
- Parameters:
name (str) – The name of the zip file.
file_link (bool) – Whether to return a FileLink when working in Jupyter.
work_dir (str) – The working directory for the simulation.
- Returns:
output – A path, or file link, to an archive of the process input.
- Return type:
str, IPython.display.FileLink