Installation


We recommend that you install biceps with pip. Supporting Python 3 on Mac, Linux, and Windows.

$ pip install biceps

Coming soon:

$ conda install -c conda-forge biceps

Conda is a cross-platform package manager built especially for scientific python. It will install biceps along with all dependencies from a pre-compiled binary. If you don't have Python or the Anaconda package manager, we recommend starting with the Anaconda Scientific Python distribution, which comes pre-packaged with many of the core scientific python packages that biceps uses (see below), or with the Miniconda Python distribution, which is a bare-bones Python installation.


GitHub Take a look at our repository, peruse through our source code and submit issues.

Dependencies

  • pymbar == 3.0.2
  • mdtraj >= 1.5.0
  • matplotlib >= 2.1.2
  • numpy >= 1.14.0
  • multiprocessing (currently works for Python versions 2.7-3.7)

Testing Your Installation

Coming soon.

Versions

  • Version 1.0: This release is non-production ready. This release contains archived scripts for various systems.
  • Version 2.0: Redesigned/generalized source code with convergence submodule for checking MCMC trajectories. Optional multiprocessing functionality for running simulations for each lambda value in parallel. Additional experimental observables include hydrogen–deuterium exchange (HDX).