318a5c110a86569bd4e4b8fd7263c684245e6049 lrnassar Thu Oct 10 10:54:48 2019 -0700 Changing JSON API to REST API and adding new entry to API help page refs #24282 diff --git src/hg/htdocs/goldenPath/gbdDescriptions.html src/hg/htdocs/goldenPath/gbdDescriptions.html index 398e213..de422bf 100755 --- src/hg/htdocs/goldenPath/gbdDescriptions.html +++ src/hg/htdocs/goldenPath/gbdDescriptions.html @@ -1,31 +1,31 @@ <!DOCTYPE html> <!-- Page header --> <!--#set var="TITLE" value="UCSC Genome Browser: Document Styles" --> <!--#set var="ROOT" value="../" --> <!-- Relative paths to support mirror sites with non-standard GB docs install --> <!--#include virtual="$ROOT/inc/gbPageStart.html" --> <!-- Page content --> <h1>This page is no longer maintained.</h1> <p> <span class="gbsWarnText">This page was retired long ago when the table descriptions for the annotation database stopped being updated.</span> To retrieve the schemas for tables underlying the Genome Browser annotation tracks one can use the Table Browser -using the "describe table schema" button or the JSON API.</p> +using the "describe table schema" button or the REST API.</p> <h2>refFlat example</h2> <p> <ol> <p> Gene Predictions and RefSeq Genes with Gene Names</p> <p> A version of genePred that associates the gene name with the gene prediction information. In alternative splicing situations each transcript has a row in this table.</p> <pre> table refFlat "A gene prediction with additional geneName field." ( string geneName; "Name of gene as it appears in Genome Browser." string name; "Name of gene"