A package to extract binding kinetics from molecular dynamics simulations
Project description
Bayesian Single-Cutoff Residence Time Analysis (basicrta)
Latest release | |
---|---|
Archives | |
Status | |
Community |
A package to extract binding kinetics from molecular dynamics simulations
basicrta is bound by a Code of Conduct.
Installation
To build basicrta from source,
we highly recommend using virtual environments.
If possible, we strongly recommend that you use
Anaconda as your package manager.
Below we provide instructions both for conda
and
for pip
.
With conda
Ensure that you have conda installed.
Create a virtual environment and activate it:
conda create --name basicrta
conda activate basicrta
Install the development and documentation dependencies:
conda env update --name basicrta --file devtools/conda-envs/test_env.yaml
conda env update --name basicrta --file docs/requirements.yaml
Build this package from source:
pip install -e .
If you want to update your dependencies (which can be risky!), run:
conda update --all
And when you are finished, you can exit the virtual environment with:
conda deactivate
With pip
To build the package from source, run:
pip install .
If you want to create a development environment, install the dependencies required for tests and docs with:
pip install ".[test,doc]"
Copyright
The basicrta source code is hosted at https://github.com/becksteinlab/basicrta and is available under the GNU General Public License, version 3 (see the file LICENSE).
Copyright (c) 2024, Ricky Sexton
Acknowledgements
Project based on the MDAnalysis Cookiecutter version 0.1. Please cite MDAnalysis when using basicrta in published work.
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
Built Distribution
File details
Details for the file basicrta-0.2.tar.gz
.
File metadata
- Download URL: basicrta-0.2.tar.gz
- Upload date:
- Size: 93.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b3274b597576fef215f1fd197c2e85032adcd4e58feeffeb8b6199ac586a2ecc |
|
MD5 | 77f076aed239f671e9a9a6222bd4b60f |
|
BLAKE2b-256 | 82200f2a4ff68f1d44624f57df75c492903fc2d4f20a1cd15eea0a59c6a1d057 |
File details
Details for the file basicrta-0.2-py3-none-any.whl
.
File metadata
- Download URL: basicrta-0.2-py3-none-any.whl
- Upload date:
- Size: 28.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.14
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | c379507579a8e0946c27fdc56ecc99e41f6a849da3bea793e64dc9c3aa9fa1a5 |
|
MD5 | 491b6da4cf8d5f0730a4f61ddbcb1f0e |
|
BLAKE2b-256 | 5b95492589f51507685251bd700e1fab12e6d70a1654e4cda7ba05006cf45359 |