39c3f339e5b55e9288d293ec3f7efe773803da6f kuhn Fri Oct 14 04:12:52 2011 -0700 small format and phrasing tweaks to case/color text in getDna diff --git src/hg/hgc/hgc.c src/hg/hgc/hgc.c index 8a03cb4..6a2d1c7 100644 --- src/hg/hgc/hgc.c +++ src/hg/hgc/hgc.c @@ -4351,53 +4351,53 @@ sprintf(buf, "%s_blue", tdb->track); cgiMakeIntVar(buf, cartUsualInt(cart, buf, 0), 3); printf(""); printf("\n"); } } } printf("\n"); printf("\n"); if (hIsGsidServer()) { printf("
Copying and pasting the web page output to a text editor such as Word " - "will retain upper case but lose colors and other formatting. That's still " + "will retain upper case but lose colors and other formatting. That is still " "useful because other web tools such as " "NCBI Blast " "can be set to ignore lower case. To fully capture formatting such as color " "and underlining, view the output as \"source\" in your web browser, or download " "it, or copy the output page into an html editor.
"); puts("The default line width of 60 characters is standard, but if you have " "a reasonable sized monitor it's useful to set this higher - to 125 characters " "or more. You can see more DNA at once this way, and fewer line breaks help " "in finding DNA strings using the web browser search function.
"); } else { printf("Copying and pasting the web page output to a text editor such as Word " "will retain upper case but lose colors and other formatting. That's still " "useful because other web tools such as " "NCBI Blast " "can be set to ignore lower case. To fully capture formatting such as color " "and underlining, view the output as \"source\" in your web browser, or download " "it, or copy the output page into an html editor.
"); puts("The default line width of 60 characters is standard, but if you have " "a reasonable sized monitor it's useful to set this higher - to 125 characters " "or more. You can see more DNA at once this way, and fewer line breaks help " "in finding DNA strings using the web browser search function.
"); puts("Be careful about requesting complex formatting for a very large " "chromosomal region. After all the html tags are added to the output page, " "the file size may exceed size limits that your browser, clipboard, and " - "other software can safely display. The tool will format 10Mbp and more though.
"); + "other software can safely display. The tool will format 10 Mb and more, however."); } trackDbFreeList(&tdbList); } void doGetBlastPep(char *readName, char *table) /* get predicted protein */ { int qStart; struct psl *psl; int start, end; struct sqlResult *sr; struct sqlConnection *conn = hAllocConn(database); struct dnaSeq *tSeq; char query[256], **row; char fullTable[64];