ef238e6ab90d807a28fc144fa520b50c0d1b9801 mspeir Mon Nov 3 17:12:17 2025 -0800 changing genome-source to github references, refs #35031 diff --git src/hg/htdocs/goldenPath/gbdDescriptions.html src/hg/htdocs/goldenPath/gbdDescriptions.html index b3741a09427..0b170bf58fb 100755 --- src/hg/htdocs/goldenPath/gbdDescriptions.html +++ src/hg/htdocs/goldenPath/gbdDescriptions.html @@ -72,22 +72,22 @@

For more information on using the Table Browser, see the Table Browser User's Guide.

API

Here is the current way to retrieve table descriptions with the API.

You can also access table schema information in JSON notation using our API with a query such as the following:

http://api.genome.ucsc.edu/list/schema?genome=hg38;track=refFlat

Please note the response will be in JSON notation and may need parsing to interpret.

- There are also links to our source code in src/hg/lib to discover the autoSql files (.as) that define our tables. -Here is an example link to the refFlat.as file: http://genome-source.soe.ucsc.edu/gitlist/kent.git/raw/master/src/hg/lib/refFlat.as

+Here is an example link to the refFlat.as file: http://github.com/ucscGenomeBrowser/kent/raw/master/src/hg/lib/refFlat.as