5/24/23 Erika Lee

input/
	contains all input files used to generate the figures
	run the script in this directory first (see input/README)

output/
	all output files generated from running generate_figures.sh

generate_figures.sh
	wrapper script to generate figures

snp_gene.py
	'main' program that renders the figures

bar.py
heatmap.py
readdata.py
	contains functions to render different part of the figures

__pycache__/
	auto-generated by python to precompile code
