c4ebea6f863d96a9e9dbfe40ac67193ece91b346 braney Tue May 13 17:26:39 2014 -0700 adding the ability to search hubs for content. diff --git src/hg/lib/hubPublic.as src/hg/lib/hubPublic.as index f18a985..27f7aec 100644 --- src/hg/lib/hubPublic.as +++ src/hg/lib/hubPublic.as @@ -1,11 +1,12 @@ table hubPublic "Table of public track data hub connections." ( lstring hubUrl; "URL to hub.ra file" string shortLabel; "Hub short label." string longLabel; "Hub long label." string registrationTime; "Time first registered" uint dbCount; "Number of databases hub has data for." string dbList; "Comma separated list of databases." + lstring descriptionUrl; "URL to description HTML" )