Enhanced sampling of molecular simulations
Project description
AdaptivePELE is a Python module to perform enhancing sampling of molecular simulation built around the Protein Energy Landscape Exploration method (PELE) developed in the Electronic and Atomic Protein Modelling grop (EAPM) at the Barcelona Supercomputing Center (BSC).
Usage
AdaptivePELE is called with a control file as input parameter. The control file is a json document that contains 4 sections: general parameters, simulation parameters, clustering parameters and spawning parameters. The first block refers to general parameters of the adaptive run, while the other three blocks configure the three steps of an adaptive sampling run, first run a propagation algorithm (simulation), then cluster the trajectories obtained (clustering) and finally select the best point to start the next iteration (spawning).
An example of usage:
python -m AdaptivePELE.adaptiveSampling controlFile.conf
Installation
There are two methods to install AdaptivePELE, from repositories, either PyPI or Conda (recommended), or directly from source.
To install from PyPI simply run:
pip install AdaptivePELE
To install from Conda simply run:
conda install -c nostrumbiodiscovery -c conda-forge adaptive_pele
To install from source, you need to install and compile cython files in the base folder with:
git clone https://github.com/AdaptivePELE/AdaptivePELE.git cd AdaptivePELE python setup.py build_ext --inplace
Also, if AdaptivePELE was not installed in a typical library directory, a common option is to add it to your local PYTHONPATH:
export PYTHONPATH="/location/of/AdaptivePELE:$PYTHONPATH"
Documentation
The documentation for AdaptivePELE can be found here
Contributors
Daniel Lecina, Joan Francesc Gilabert, Oriol Gracia, Daniel Soler
Mantainer
Joan Francesc Gilabert (cescgina@gmail.com)
Citation
AdaptivePELE is research software. If you make use of AdaptivePELE in scientific publications, please cite it. The BibTeX reference is:
@article{Lecina2017, author = {Lecina, Daniel and Gilabert, Joan Francesc and Guallar, Victor}, doi = {10.1038/s41598-017-08445-5}, issn = {2045-2322}, journal = {Scientific Reports}, number = {1}, pages = {8466}, pmid = {28814780}, title = {{Adaptive simulations, towards interactive protein-ligand modeling}}, url = {http://www.nature.com/articles/s41598-017-08445-5}, volume = {7}, year = {2017} }
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file AdaptivePELE-1.7.4.tar.gz
.
File metadata
- Download URL: AdaptivePELE-1.7.4.tar.gz
- Upload date:
- Size: 219.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.18
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 125016d8cabf0e15b8f4414b78eb8e55e9e4bbda7e5b8610f0836480b11828ab |
|
MD5 | 5bdaa32143108707b9772d91fea59e04 |
|
BLAKE2b-256 | d22a993f92a15fee18f51f48793e865e2626d51c441ba7ec4565480fad4391d6 |