Live app available at https://mdverse.streamlit.app/
Clone the repository:
git clone https://github.com/MDverse/mdde.git
Move to the new directory:
cd mdde
Install miniconda.
Install mamba:
conda install mamba -n base -c conda-forge
Create the mdde
conda environment:
mamba env create -f binder/environment.yml
Load the mdde
conda environment:
conda activate mdde
Note: you can also update the conda environment with:
mamba env update -f binder/environment.yml
To deactivate an active environment, use
conda deactivate
Data files are directly downloaded from Zenodo.
streamlit run MDverse_data_explorer.py