Geo-omics / mibios

MIT License
0 stars 1 forks source link

Make KEGG KO annotations available #36

Open akiledal opened 5 months ago

akiledal commented 5 months ago

KEGG KO annotations are currently not accessible via the GLAMR website. I think this goes all the way back to an issue with UMRAD (website can't show them if they're not in the database!), at least the most recent build.

Create_Alignment_DB.pl lines 512-513 assignes KEGG reactions based on KEGG genes IDs found in uniprot_download.tsv (and probably also genes found via the idmapping.dat). The reaction IDs end up in UNIREF_INFO. The mapping of KEGG genes to reactions is made by Convert_Kegg_Genes.pl using KOs as intermediates.