Implementation Notes: Difference between revisions

From genomewiki
Jump to navigationJump to search
No edit summary
No edit summary
Line 1: Line 1:
This page is intended to serve as a sort of FAQ... specifically, for questions that QAers often have for developers about the murky inner workings of our system.  Well, even if the questions aren't about those gnarly details, the answers are! :)
This page is intended to serve as a resource for QAers and/or developers who are asking questions that probe the murky inner workings of our system.  The contents may also come in handy for mirror sites with local development, but it would be nice to keep this page focused on the core system, and address mirror-specific issues on a mirror page.
This may also come in handy for mirror sites, but I'll try to keep it focused on matters of interest to QAers.


* [[AutoSql|autoSql]]: generate .c, .h and .sql files from .as file
* [[AutoSql|autoSql]]: generate .c, .h and .sql files from .as file

Revision as of 22:12, 7 April 2006

This page is intended to serve as a resource for QAers and/or developers who are asking questions that probe the murky inner workings of our system. The contents may also come in handy for mirror sites with local development, but it would be nice to keep this page focused on the core system, and address mirror-specific issues on a mirror page.

  • autoSql: generate .c, .h and .sql files from .as file
  • CpG Islands: the difference between cpgIslandExt and cpgIslandGgfAndy{,Masked}
  • tableDescriptions: .as descriptions of database tables (buildTableDescriptions.pl vs. makeTableDescriptions)