81291d83afc22635047c8178c46d28aa7271d26b lrnassar Thu Feb 23 14:47:50 2023 -0800 Updating table schema references to the new data format description name, refs #30491 diff --git src/hg/hgTables/usage.c src/hg/hgTables/usage.c index a0eb2a0..52306be 100644 --- src/hg/hgTables/usage.c +++ src/hg/hgTables/usage.c @@ -47,32 +47,32 @@ " \n" " <LI><B>database: </B> (with "All Tables" group option) Determines \n" " which database should be used for options in table menu.</LI>\n" " \n" " <LI><B>track: </B>Selects the annotation track data to work with. This \n" " list displays all tracks belonging to the group specified in the \n" " <em>group</em> list. \n" " Some tracks are not available when the region is set to <em>genome</em> \n" " due to the data provider's restrictions on sharing. </LI>\n" " \n" " <LI><B>table: </B>Selects the SQL table data to use. This list shows \n" " all tables associated with the track specified in the <em>track</em> \n" " list. \n" " Some tables may be unavailable due to the data provider's restrictions on sharing.</LI>\n" " \n" -" <LI><B>describe table schema: </B>Displays schema information for the \n" -" tables associated with the selected track.</LI>\n" +" <LI><B>data format description: </B>Displays format information for the \n" +" tables or files associated with the selected track.</LI>\n" " \n" " <LI><B>region: </B>Restricts the query to a\n" " particular chromosome or region.\n" " Select <em>genome</em> to apply the query to the entire genome \n" " (not available for certain tracks with restrictions on data sharing).\n" " In some Human assemblies, you may select <em>ENCODE</em> to examine only the \n" " ENCODE Pilot regions.\n" " To limit the query to a specific position, type a \n" " chromosome name, e.g. <em>chrX</em>, or a chromosome coordinate \n" " range, such as chrX:100000-200000, or a gene name or other id in \n" " the text box.\n" " You can select multiple genomic regions by clicking the "define regions" \n" " button and entering up to 1,000 regions in a 3- or 4-field <a \n" " href=\"../FAQ/FAQformat.html#format1\">BED</a> file \n" " format.</LI>\n"