982d69ac4a666c4ff32f7ed167f788b81d960285 hiram Wed Jun 17 12:30:05 2020 -0700 reduce the vertical space consumed by options and explanations refs #25555 diff --git src/hg/makeDb/doc/asmHubs/mkAsmStats.pl src/hg/makeDb/doc/asmHubs/mkAsmStats.pl index 8cfdb7a..9f4ddf6 100755 --- src/hg/makeDb/doc/asmHubs/mkAsmStats.pl +++ src/hg/makeDb/doc/asmHubs/mkAsmStats.pl @@ -149,31 +149,31 @@ } if ($assemblyTotal > 1) { print " TOTALS:total assembly count ${assemblyTotal}${doneMsg} $commaSeqCount $commaNuc $commaGapCount $commaGapSize   "; # try extra column headers as last row for this very large index page - if ($vgpIndex) { + if ($vgpIndex && ($asmCount > 15)) { print "count common name
link to genome browser scientific name
and data download NCBI assembly sequence
countgenome size
nucleotides gap
countunknown bases
(gap size sum)masking
percent "; } print " ";