Locator is a supervised machine learning method for predicting the geographic origin of a sample from genotype or sequencing data. A manuscript describing it and its use can be found at https://elifesciences.org/articles/54507
Full documentation is available at https://relocator.readthedocs.io/en/latest/.
The easiest way to install relocator is to download the github repo and run the setup script. It's usually a good idea to do this in a new conda environment:
conda create --name locator
conda activate locator
git clone https://github.com/kr-colab/relocator.git
cd locator
pip install .This software is available free for all non-commercial use under the non-profit open software license v 3.0 (see LICENSE.txt).