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 "    <td>%s (%d assemblies)</td>\n", $titles{$orderUp}, $genomeCounts{$orderUp};
   } else {
     printf "    <td>%s</td>\n", $titles{$orderUp};
   }
   printf "</tr>\n";
 }
 
 printf "</tbody></table>\n";
 
 my $totalAsmHubs = `grep -v "^#" /mirrordata/hubs/UCSC_GI.assemblyHubList.txt | wc -l`;
 chomp $totalAsmHubs;
 printf "<p>\n";
 printf "Please note: text file <a href='UCSC_GI.assemblyHubList.txt' target=_blank>listing</a> of %d NCBI/VGP genome assembly hubs\n", $totalAsmHubs;
 printf "</p>\n";
 
+printf "<p>\n";
+printf "Please note, the <em>invertebrate</em> category contains more than just <em>invertebrate</em> animals.  Until these clades are sorted out, with extra categories created, you will also find parasites, protozoa, and other single celled eukaryotes in the <em>invertebrate</em> grouping.\n";
+printf "</p>\n";
+
 endHtml;