d0a2f88cc0a01b5e07a856225e3dc546e64359a1 jnavarr5 Wed Nov 13 13:10:56 2019 -0800 Adding the REST API to the list of tools on the main page, Docs #24480 diff --git src/hg/htdocs/indexTools.html src/hg/htdocs/indexTools.html index 8d4f8e2..61546a8 100644 --- src/hg/htdocs/indexTools.html +++ src/hg/htdocs/indexTools.html @@ -46,15 +46,21 @@ rapidly align PCR primer pairs to the genome </div> </li> <li class="jwSquareBullet"> <a href="cgi-bin/hgLiftOver">LiftOver</a> <div class="jwSmallText"> convert genome coordinates between assemblies </div> </li> <li class="jwSquareBullet"> <a href="cgi-bin/hgHubConnect#publicHubs">Track Hubs</a> <div class="jwSmallText"> import and view external data tracks </div> </li> + <li class="jwSquareBullet"> + <a href="goldenPath/help/api.html">REST API</a> + <div class="jwSmallText"> + returns data in JSON format + </div> + </li>