You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
fix:
exportModel correct handling if a compartment ID is i (solves #366)
functions that use a species FASTA file as input (e.g. getBlast) will copy this FASTA file to a temporary directory to avoid potential issues with the original path when running external software (e.g. BLAST) (PR #368)
rename compareModels to compareRxnsGenesMetsComps (PR #388)
getKEGGModelForOrganism now checks organismID validity (PR #392)
feat:
pretrained HMM sets updated to KEGG version 100. Only 90% sequence identity sets will be distributed from now on (PR #395)
CD-HIT and MAFFT run on Windows via Windows Subsystem for Linux (PR #395)
sortIdentifiers sorts metabolites, reactions, genes and compartments alphabetically by their identifier, and can be set as option (sortIds, default = false) when exporting models (PR #364)
allow getKEGGModelForOrganism to take a preloaded model from getModelFromKEGG, to speed up generating many models for different species (PR #369)