110f5e12a634db49ea9aa1ea23ff4965f1c2befe galt Tue Aug 14 13:48:57 2018 -0700 changing cse to soe in domains, sometimes gi. ref #21876 diff --git src/hg/hgGtexApi/hgGtexApi.c src/hg/hgGtexApi/hgGtexApi.c index 9d0fe8b..810bb43 100644 --- src/hg/hgGtexApi/hgGtexApi.c +++ src/hg/hgGtexApi/hgGtexApi.c @@ -1,21 +1,21 @@ /* Copyright (C) 2015 The Regents of the University of California * See README in this or parent directory for licensing information. */ /* hgGtexApi - a web API to selected GTEx resources * - * usage: http://hgwdev-kate.cse.ucsc.edu/cgi-bin/hgGtexApi?gene=ENSG00000223972.4 + * usage: http://hgwdev-kate.gi.ucsc.edu/cgi-bin/hgGtexApi?gene=ENSG00000223972.4 * * returns JSON in the format: * { "id": <donor>, "tissue": <tissue>, "rpkm": <rpkm> } */ #include "common.h" #include "hdb.h" #include "htmshell.h" #include "hPrint.h" #include "dystring.h" #include "api.h" #include "gtexSampleData.h" /* Requests */