The Microstate-Code folder is no longer 'flat', but the benefit is that you do not have to move python modules around, rather, you define paths to your data and run the analysis from this "analytics" folder.
analyze: The source folder; contains python modules that are importable viafrom analyze import x.notebooks: Notebooks for computations or tutorials.
charg_ms.ipynb: Provides a start for getting to know MCCE structures; 'MCCE to MD' project.
-
update_msa.py: Used to obtain the most up-to-date features fromStable_MCCE/bin/ms_analysis.py. Usage:- cd to
analyzefolder; - rename existing
ms_analysis.pyto e.g.ms_analysis.py.old; - at the command line type: python
update_msa.pyand press enter
- cd to
-
__init__.py: Makesanalyzeimportable.