A library for extracting features from tracking data, inferring hidden states via HMM and performing track clustering.
Create and activate anaconda environment
conda create --name trackline python=3.9
conda activate tracklineGit clone and install
git clone https://github.com/quadbio/trackline.git
cd trackline
pip install .Project based on the cookiecutter data science project template. #cookiecutterdatascience