Closed NAnguiano closed 7 years ago
Let's remember to note the expected error, as noted by @dondi on issue #41:
Yes, this error is actually normal. The geneontologystage
table is an intermediate table that is created during GO processing. There is code that first tries to delete a pre-existing geneontologystage
table before running the processing routine, and on a “fresh” database that has never been processed, that table does not exist. The error you are seeing is the failure of the deletion, and is totally expected for a freshly-initialized database.
Add to this the schema spy documentation, both doing it for GODB and UniProtDB and also writing some instructions on how to do it for the future.
This is now on the wiki; schema spy has been broken out into its own separate issue #46.
I wrote these steps in Issue #34, but I think it can use some more formal documentation on the wiki.