c75304f57269fdf2dbe9029f6d051b88e6d0bd50 galt Thu Apr 23 23:59:49 2020 -0700 fixing up some text for hgBlat, also, only print it for nucleotide search diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c index a1bcf60..58331fb 100644 --- src/hg/hgBlat/hgBlat.c +++ src/hg/hgBlat/hgBlat.c @@ -514,31 +514,34 @@ track if user clicks on a browser link. */ vis = cartOptionalString(cart, "hgUserPsl"); if (vis != NULL && sameString(vis, "hide")) snprintf(unhideTrack, sizeof(unhideTrack), "&hgUserPsl=dense"); else unhideTrack[0] = 0; while ((psl = pslNext(lf)) != NULL) { if (psl->match >= minThreshold) slAddHead(&pslList, psl); } lineFileClose(&lf); if (pslList == NULL) { - puts("
Sorry, no matches found (scoring higher than 20) |
Sorry, no matches found"); + if (isStraightNuc) + printf(" (with score at least %d)", minThreshold); + printf(" |