This pull request adds support for KEGG identifiers to the Unipept database. The database has been expanded with two new tables:
kegg_identifiers: Keeps track of all of the KEGG IDs and their corresponding names (note: only KO-numbers are supported, the different organism-specific annotations that KEGG provides are all mapped onto a KO-number).
kegg_cross_references: A table that links proteins to the KEGG IDs that they are associated with.
This pull request adds support for KEGG identifiers to the Unipept database. The database has been expanded with two new tables:
kegg_identifiers
: Keeps track of all of the KEGG IDs and their corresponding names (note: only KO-numbers are supported, the different organism-specific annotations that KEGG provides are all mapped onto a KO-number).kegg_cross_references
: A table that links proteins to the KEGG IDs that they are associated with.