INV genotyping using SNP callset.
Author: Maggi Chen
Email: maggic@uab.edu
Draft date: Feb. 4, 2024
# INV genotyping using a tabix-indexed VCF file containing SNPs
./genotyper.py -v input.vcf.gz
Dependencies:
- python3.8
- pysam (tested with version 0.22.0)
- pytabix (tested with version 0.1)