fairmd.lipids.bin.initialize_data module
Initializes FAIRMD Lipids data folder for further work and creates databank_env.rc file.
Usage:
fmdl_initialize_data [toy|stable|dev|-h]
source databank_env.rc
toy: copies ToyData from the package data. This Databank contains only 4 very small systemsstable: download stable release from github.com/NMRlipids/BilayerData (even without git)dev: clone NMRlipids/BilayerData (requires git)
- fairmd.lipids.bin.initialize_data.get_latest_release_tag() str[source]
Fetch the latest release tag from the GitHub API.
- fairmd.lipids.bin.initialize_data.clone_repo(tag: str) None[source]
Clone the repository at the specified tag.
- fairmd.lipids.bin.initialize_data.download_and_extract_zip(tag: str) None[source]
Download and extract the ZIP file of the specified tag (release).