Gene interactions and pathways from curated databases and text-mining

Databases - number of unique pairs

    --> -->
    Traceback (most recent call last):
      File "/usr/local/apache/cgi-bin/hgGeneGraph", line 2038, in <module>
        main()
      File "/usr/local/apache/cgi-bin/hgGeneGraph", line 2034, in main
        htmlMiddle()
      File "/usr/local/apache/cgi-bin/hgGeneGraph", line 2008, in htmlMiddle
        showStats()
      File "/usr/local/apache/cgi-bin/hgGeneGraph", line 1975, in showStats
        pairs = uniquePairs(conn)
      File "/usr/local/apache/cgi-bin/hgGeneGraph", line 1949, in uniquePairs
        for row in sqlQuery(conn, q):
      File "/usr/local/apache/cgi-bin/pyLib/hgLib.py", line 202, in sqlQuery
        rows = cursor.execute(query, args)
      File "/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py", line 226, in execute
        self.errorhandler(self, exc, value)
      File "/usr/lib/python2.7/dist-packages/MySQLdb/connections.py", line 36, in defaulterrorhandler
        raise errorvalue
    ProgrammingError: (1146, "Table 'hgFixed.ggEventDb' doesn't exist")