6341197a9466860f92232ddf81cc3df210159e68 lrnassar Mon Nov 7 16:24:38 2022 -0800 Cleaning up line limit, refs #30238 diff --git src/hg/hgHubConnect/hgHubConnect.c src/hg/hgHubConnect/hgHubConnect.c index 1cd2fa7..976b0ee 100644 --- src/hg/hgHubConnect/hgHubConnect.c +++ src/hg/hgHubConnect/hgHubConnect.c @@ -262,31 +262,32 @@ } hubList = NULL; // hubList no longer valid puts("

Enter hub URLs below to connect hubs. Hubs connected this way are not accessible to " "other users by default.

If you wish to share your hub you can create a " "session link. " "First, connect the hub and configure the tracks image as desired, then navigate to " "My Sessions (My Data > My Sessions). " "The resulting stable link can be added to publications and shared freely. You, as the author, " "also have the power to update the session contents freely. " "Alternatively, you may build a link with the hub URL to allow users to retain their browser " "configuration, connected hubs, and custom tracks.

" "

" - "

See our public hub guidelines for information on submitting a new public hub.

\n" + "

See our public " + "hub guidelines for information on submitting a new public hub.

\n" ); if (unlistedHubCount == 0) { // nothing to see here printf("No connected track or assembly hubs.

To connect a hub:" "

  • Enter its URL into the input box above and click 'Add Hub'. " "
  • Alternatively, you can go to the 'Public Hubs' tab on this page and connect one " "of the hubs that were submitted to us. " "
  • Another way to connect to hubs is via a direct connection link copied using the copy icon, shown on this page, when a hub is connected. " "
  • You can also connect to hub by following a short link to a saved session, created though the menu " "'My Data > My Sessions', if the Genome Browser had connected hubs when the session was saved." ""); printf(""); puts(""); // return from within DIV and FROM is probably not a good idea