209bf66e17a1caece85b4001ecaa554675fb36af kuhn Wed Sep 1 14:59:35 2021 -0700 change citation to avoid redirect. Refs #28082 diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c index 67ee438..b62169a 100644 --- src/hg/hgBlat/hgBlat.c +++ src/hg/hgBlat/hgBlat.c @@ -1915,31 +1915,31 @@ "The index is used to find areas of probable homology, which are then\n" "loaded into memory for a detailed alignment. Protein BLAT works in a similar\n" "manner, except with 4-mers rather than 11-mers. The protein index takes a little\n" "more than 2 gigabytes.

\n" "

BLAT was written by Jim Kent.\n" "Like most of Jim's software, interactive use on this web server is free to all.\n" "Sources and executables to run batch jobs on your own server are available free\n" "for academic, personal, and non-profit purposes. Non-exclusive commercial\n" "licenses are also available. See the \n" "Kent Informatics\n" "website for details.

\n" "\n" "

For more information on the graphical version of BLAT, click the Help \n" "button on the top menu bar"); printf(" or see the Genome Browser FAQ.

\n" -"

Kent WJ. Kent WJ. BLAT - the BLAST-like alignment tool. \n" "Genome Res. 2002 Apr;12(4):656-64. PMID: 11932250

"); } void fakeAskForSeqForm(char *organism, char *db) /* Put up a hidden form that asks for sequence. * Call self.... */ { char *userSeq = NULL; char *type = NULL; char *sort = NULL; char *output = NULL; printf("
\n");