Appends KEGG pathway descriptors to prokka tsv files. Utilizes multithreading to speed up mining through concurrent API calls.
Execute as:
python Convert.py filename
Ex: python Convert.py A1_bin.012_prokka.tsv
Example prokka files to use are in the data folder.
A tsv of only prokka entries with a KEGG id with pathway description.
A png of a plot of KEGG pathway appears by frequency.
Required dependencies include Requests, Seaborn, and Pandas. Full information in requirements.txt
