Skip to content

Commit

Permalink
add KEGG organisms ecs, msm, mtu to internal db
Browse files Browse the repository at this point in the history
  • Loading branch information
gaospecial committed Mar 29, 2021
1 parent 6ecc124 commit 1cbcfc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cache_KEGG_db.R
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# create local KEGG db
library(createKEGGdb)
createKEGGdb::create_kegg_db(species = c("eco","ppu"))
createKEGGdb::create_kegg_db(species = c("eco","ppu","ecs","msm","mtu"))
install.packages("KEGG.db_1.0.tar.gz", type = "source")

0 comments on commit 1cbcfc3

Please sign in to comment.