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/.
Pixi manages all dependencies including TensorFlow and CUDA:
git clone https://github.com/kr-colab/ReLocator.git
cd ReLocator
pixi install # GPU environment (default)
pixi install -e cpu # CPU-only environment
pixi run test # run testspip install locatorNote: when using pip, you must manage TensorFlow and CUDA installation separately.
This software is available free for all non-commercial use under the non-profit open software license v 3.0 (see LICENSE.txt).