Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Examples of special variable substitution functions

  • %latest_db() (implemented in CommonClass.php::substitue_special_vars()

Adding external columns

Sometimes a query will join data from external tables. In this case we may want to provide documentation for columns that are not actually in the table, but are in this external table. Here is an example from the 1000 Genomes queries:

...