306ef7620cf65cbd08a582f188fa49776d5ccd9d angie Mon Mar 30 15:36:49 2020 -0700 Clarification suggested by Ana. refs #24695 diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 39ea344..3c5d0c5 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -3385,31 +3385,31 @@ printf("
\n"); chainWinSize = min(winEnd-winStart, chain->tEnd - chain->tStart); /* Show alignment if the database exists and */ /* if there is a chromInfo table for that database and the sequence */ /* file exists. This means that alignments can be shown on the archive */ /* server (or in other cases) if there is a database with a chromInfo table, */ /* the sequences are available and there is an entry added to dbDb for */ /* the otherDb. */ if (!startsWith("big", tdb->type) && sqlDatabaseExists(otherDb) && chromSeqFileExists(otherDb, chain->qName)) { if (chainWinSize < 1000000) { hgcAnchorSomewhere("htcChainAli", item, tdb->track, chain->tName); - printf("View details of parts of chain within browser " + printf("View DNA sequence alignment details of parts of chain within browser " "window.
\n"); } else { printf("Zoom so that browser window covers 1,000,000 bases or less " "and return here to see alignment details.
\n"); } if (!sameWord(otherDb, "seq") && (hDbIsActive(otherDb))) { chainToOtherBrowser(chain, otherDb, otherOrg); } } /* if (!sameWord(otherDb, "seq") && (hDbIsActive(otherDb))) {