7b6f3754b360c658474379263645fd8e91d6f46d braney Wed Dec 6 16:49:47 2023 -0800 add fixTrackDb program that will prune a trackDb table of tracks that have no data diff --git src/hg/makeDb/hgTrackDb/hgTrackDb.c src/hg/makeDb/hgTrackDb/hgTrackDb.c index 6c2adc9..7f3db85 100644 --- src/hg/makeDb/hgTrackDb/hgTrackDb.c +++ src/hg/makeDb/hgTrackDb/hgTrackDb.c @@ -41,31 +41,31 @@ " trackDb.sql - SQL definition of the table to create, typically from\n" " - the source tree file: src/hg/lib/trackDb.sql\n" " - the table name in the CREATE statement is replaced by the\n" " - table name specified on this command line.\n" " hgRoot - a directory name to prepend to org to locate the hierarchy:\n" " hgRoot/trackDb.ra - top level trackDb.ra file processed first\n" " hgRoot/org/trackDb.ra - second level file processed second\n" " hgRoot/org/database/trackDb.ra - third level file processed last\n" " - for no directory hierarchy use .\n" " -strict - only include tables that exist (and complain about missing html files).\n" " -raName=trackDb.ra - Specify a file name to use other than trackDb.ra\n" " for the ra files.\n" " -release=alpha|beta|public - Include trackDb entries with this release tag only.\n" " -settings - for trackDb scanning, output table name, type line,\n" " - and settings hash to stderr while loading everything.\n" - " -gbdbList - list of files to confirm existance of bigDataUrl files\n" + " -gbdbList=list - list of files to confirm existance of bigDataUrl files\n" " -addVersion - add cartVersion pseudo-table\n" " -noHtmlCheck - don't check for HTML even if strict is set\n" ); } static struct optionSpec optionSpecs[] = { {"raName", OPTION_STRING}, {"strict", OPTION_BOOLEAN}, {"release", OPTION_STRING}, {"settings", OPTION_BOOLEAN}, {"gbdbList", OPTION_STRING}, {"addVersion", OPTION_BOOLEAN}, {"noHtmlCheck", OPTION_BOOLEAN}, {NULL, 0} };