Project structure
Project has four sub-folders inside Databank/Scripts:
DatabankLib
Main project package. Contains most of the project’s logic and API.
AnalyzeDatabank
Scripts that perform analysis of the entire databank.
BuildDatabank
Scripts related to adding new simulations into the databank.
updateGUI
Functionality for updating the GUI of the NMRLipids Databank.
tests
Pytest-based unit and regression tests.
More info on tests