Gene Ontology MySQL Quickstart

Quickest way to set up a local GO DB with MySQL:

  1. Grab latest go-YYYYMM-seqdblite-tables.gz from here.
  2. tar -zxvf go-YYYYMM-seqdblite-tables.gz
  3. cd go-YYYYMM-seqdblite-tables
  4. echo “create database mygo” | mysql -uroot -p
  5. cat *.sql | mysql -uroot -p mygo
  6. mysqlimport -L -uroot -p mygo *.txt
  7. This is listed right on that same download page, but somehow I always forget that.

One Response to “Gene Ontology MySQL Quickstart”

  1. Harley Says:
    1

    Wow! Rather coincidental, but that’s exactly what I needed just now. I could have taken the time to figure that out (I have next to no database experience) but it’s nice to have clear-cut instructions laid out for me :D

Leave a Reply

:mrgreen: :neutral: :twisted: :shock: :smile: :???: :cool: :evil: :grin: :oops: :razz: :roll: :wink: :cry: :eek: :lol: :mad: :sad: