9d58bbf088d5889d9274d454a3fc6d1ecdf9ec0e hiram Mon Oct 4 15:19:23 2021 -0700 add note about invertebrate group containing more than just animals no redmine diff --git src/hg/makeDb/doc/asmHubs/hubIndex.pl src/hg/makeDb/doc/asmHubs/hubIndex.pl index a63fc75..34804d6 100755 --- src/hg/makeDb/doc/asmHubs/hubIndex.pl +++ src/hg/makeDb/doc/asmHubs/hubIndex.pl @@ -169,16 +169,20 @@ printf " %s (%d assemblies)\n", $titles{$orderUp}, $genomeCounts{$orderUp}; } else { printf " %s\n", $titles{$orderUp}; } printf "\n"; } printf "\n"; my $totalAsmHubs = `grep -v "^#" /mirrordata/hubs/UCSC_GI.assemblyHubList.txt | wc -l`; chomp $totalAsmHubs; printf "

\n"; printf "Please note: text file listing of %d NCBI/VGP genome assembly hubs\n", $totalAsmHubs; printf "

\n"; +printf "

\n"; +printf "Please note, the invertebrate category contains more than just invertebrate animals. Until these clades are sorted out, with extra categories created, you will also find parasites, protozoa, and other single celled eukaryotes in the invertebrate grouping.\n"; +printf "

\n"; + endHtml;