Clone the repository:
git clone https://github.com/MDverse/mdda.gitMove to the new directory:
cd mddaInstall miniconda.
Install mamba:
conda install mamba -n base -c conda-forgeCreate the mdda conda environment:
mamba env create -f binder/environment.yml
Load the mdda conda environment:
conda activate mdda
Note: you can also update the conda environment with:
mamba env update -f binder/environment.ymlTo deactivate an active environment, use
conda deactivate
Run this command to download required data files:
bash scripts/get_data.shFiles are downloaded in the data directory:
$ tree data
data/
├── data_model_parquet.md
├── datasets.parquet
├── files.parquet
├── gromacs_gro_files.parquet
├── gromacs_mdp_files.parquet
└── gromacs_xtc_files.parquetThe data model is described in the codebook data/data_model_parquet.md
Use this script to run all Jupyter notebooks in batch mode:
bash make_results.shThe directory results contains Jupyter notebooks exported in html, figures as .png and .svg images and a couple of TSV files. All these files are also bundled in the results.zip file.