## README This code is designed for python 3. To install dependencies run: `python install_dependencies.py` To run the genotype phasing algorithm on new data, use the command: `python phaser.py genotype_file output_file`
Elanmarkowitz/genotype-phasing
Genotype Phasing with a tuned version of Clark's Algorithm using sliding windows.
Python