679ac7af00f7a9437fef0ebf1c93ed63861ba589 max Wed Mar 2 06:03:28 2022 -0800 changes after code review, refs #28975 diff --git src/hg/hgTables/usage.c src/hg/hgTables/usage.c index 76b46a4..461ea28 100644 --- src/hg/hgTables/usage.c +++ src/hg/hgTables/usage.c @@ -128,33 +128,33 @@ " Output sequence can be in either nucleotide-space or translated to \n" " protein-space. Available only for genePred tracks.</LI>\n" " \n" " <LI><em><B>custom track</B></em> - customized Genome Browser annotation \n" " track based on the results of the query.</LI>\n" " \n" " <LI><em><B>hyperlinks to Genome Browser</B></em> - returns a page full of\n" " hyperlinks to the UCSC Genome Browser, one for each item in the table.</LI>\n" " \n" " <LI><em><B>data points</B></em> - the data points that make up a graph \n" " (aka wiggle) track.</LI>\n" " \n" " <LI><em><B>MAF</B></em> - multiple alignments in MAF format</LI>\n" " \n" " </UL>\n" -" Note that all start-end coordinate ranges are returned in UCSC's internal zero-based-half-open format, see our " -" <a href='https://genome.ucsc.edu/FAQ/FAQtracks.html#tracks1'>FAQ</a>, with the exception of the formats GTF and hyperlinks, " -" which are one-based-closed." +" Note that all start-end coordinate ranges are returned in UCSC's internal zero-based/half-open format, see our " +" <a href='https://genome.ucsc.edu/FAQ/FAQtracks.html#tracks1'>FAQ</a>, with the exception of the formats GTF, data points (aka \"wiggle\") " +" and hyperlinks, which are one-based/closed." " </LI>\n" " \n" " <LI><B>Send output to Galaxy:</B> displays results of query in \n" " <A HREF=\""GALAXY_URL_BASE"\">Galaxy</A>, a framework for \n" " interactive genome analysis.\n" " <LI><B>Send output to GREAT:</B> displays the functional enrichments of the \n" " query results in <A HREF=\"http://great.stanford.edu\">GREAT</A>, a tool for\n" " analysis of the biological function of cis-regulatory regions.\n" "%s" " <LI><B>file type returned: </B>When a filename is entered in the \n" " "output file" text box, specifies the format of the output file:\n" " <UL>\n" " <LI><em><B>plain text</B></em> - data is in ASCII format\n" " \n" " <LI><em><B>gzip compressed</B></em> - data is compressed in gzip format\n"