Simulate, fit and analyze microtubules.
- python > 3.6 (stop using Python 2!)
Clone the repository:
git clone https://github.com/brouhardlab/anamic.gitWe suggest you to install Python from the Anaconda distribution. Then you can install the required dependencies in a Conda environment:
cd anamic/
conda create -n anamic_env
conda activate anamic_env
conda env update -f binder/environment.ymlNote that anamic is also a valid Python library with pip:
pip install anamic
# or
pip install https://github.com/brouhardlab/anamic/archive/master.zipUnder BSD license. See LICENSE.
- Claire Edrington <>
- Hadrien Mary [email protected]
- Run tests:
pytest -v anamic/. - Install rever:
conda install -y rever. - Run check:
rever check. - Bump and release new version:
rever VERSION_NUMBER.
