The purpose of this project was to track SARS-CoV-2 variatns across the stat of Arizona. This repository contains files used to extract variant data from GISAID outputs.
Scripts are comatable with Python 3.9.14+, Pandas 2.0+, NumPy 1.24+.
conda create -n env_name python=3.9.14
conda install pandas
conda install numpy