72ecd89a5f2f0f37b07e54e25f4bc3718ab11682 lrnassar Thu Jul 3 16:54:18 2025 -0700 Updating the text to reflect the new limitations to hgBlat programmatic access. Refs #36028 diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c index bfdeb159b6e..92bba9eeb12 100644 --- src/hg/hgBlat/hgBlat.c +++ src/hg/hgBlat/hgBlat.c @@ -2161,32 +2161,32 @@ "submissions is 50,000 bases or 25,000 letters.
A valid example " "is GTCCTCGGAACCAGGACCTCGGCGTGGCCTAGCG (human SOD1).\n

\n"); printf("%s", "

The Search all checkbox allows you to search all genomes at the same time. " "Search all is only available for default assemblies and attached hubs with dedicated BLAT servers." "The new dynamic BLAT servers are not supported, and they are noted as skipped in the output. " "See our BLAT All FAQ for more information.\n" ); printf("

The All Results checkbox disables minimum matches filtering so all results are seen." " For example, with a human dna search, 20 is minimum matches required, based on the genome size, to filter out lower-quality results.\n" "This checkbox can be useful with short queries and with the tiny genomes of microorganisms. \n" ); -printf("

For programmatic access, BLAT supports URL queries which return in JSON format. " -"See our BLAT FAQ for more.

\n" +printf("

If you are interested in programmatic BLAT use," +" see our BLAT FAQ.

\n" ); if (hgPcrOk(db)) printf("

For locating PCR primers, use In-Silico PCR" " for best results instead of BLAT. " "To search for short sequences < 20bp only in the sequence shown on the Genome Browser, " "use our Short Sequence Match track, " "If you are using the command line and want to search the entire genome, our command line tool findMotifs, from the " "utilities download page.

", db, cartSessionVarName(), cartSessionId(cart)); puts("\n"); printf("\n");