Molecular Modelling in Drug Design
Prerequisites: Install git, micromamba, and ensure curl is available
Run setup:
curl -sSL https://raw.githubusercontent.com/lillgroup/MMiDD/de301f487aa99741d9c422dbbb789fe27a389db9/setup_environments.sh | bashThe script will:
- Clone the repository into
MMiDD/folder - Show available environments
- Prompt you to select an environment to install
Activate environment:
cd MMiDD
micromamba activate <environment_name>Update setup script workflow:
- Edit
setup_environments.sh - Test locally
- Commit and push changes
- Get commit SHA:
git log -1 --format="%H" -- setup_environments.sh - Replace
COMMIT_SHA_PLACEHOLDERin README with actual SHA - Commit and push README
Why commit SHA URLs? They are cryptographically immutable and secure - the URL always points to the exact same verified script version.