MAHLER (Metadynamics-Anchored Hybrid Learning for Engineering off-Rates) provides a command-line interface for our method of reweighting IfMetaD trajectories for predicting antibody off-rates.
pip install .After installation the mahler CLI becomes available on your $PATH.
mahler --helpThe package ships with the following example commands:
mahler info [--json]prints diagnostic information about the CLI runtime.mahler foldwill eventually run AlphaFold to acquire representative structures.mahler mdprepwill cluster folded stuctures and create MD setups.mahler mdrunwill run short MD for representation learning with RAVE.mahler ravewill run the RAVE protocol and acquire a latent space.mahler reweightwill reweight collected trajectories.