Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 1015 Bytes

README.md

File metadata and controls

30 lines (25 loc) · 1015 Bytes

Building HMMs from KEGG data

Using the KEGG REST API it's possible to download genes corresponding to KEGG orthologs, align them and build HMMs from the alignment. This process is implemented as a Makefile that allows for efficient and parallel processing. It is also possible to bulk download and build all of the HMMs for specific KEGG modules.

Dependencies

Create a HMM for a KEGG ortholog

make K00399.kegg_muscle_aligned.hmm

Create a HMM database for a KEGG module

make kegg_modules/M00001/models.hmm.h3p

Get a list of all KEGG mdules

make module_listing.tsv