06d7be056190c14b85e71bc12523f18ea6815b5e
markd
  Mon Dec 7 00:50:29 2020 -0800
BLAT mmap index support merge with master

diff --git src/hg/js/hgGateway.js src/hg/js/hgGateway.js
index d8e076f..72a1b59 100644
--- src/hg/js/hgGateway.js
+++ src/hg/js/hgGateway.js
@@ -609,31 +609,31 @@
 
     return { draw: draw,
              colors: stripeColors,
              hubColor: hubColor
              };
 }()); // rainbow
 
 
 ///////////////////////////// Module: hgGateway /////////////////////////////
 
 var hgGateway = (function() {
     // Interactive parts of the new gateway page: species autocomplete,
     // graphical species-picker, db select, and position autocomplete.
 
     // Constants
-    var speciesWatermark = 'Enter species or common name';
+    var speciesWatermark = 'Enter species, common name or assembly ID';
     var positionWatermark = 'Enter position, gene symbol or search terms';
     // Shortcuts to popular species:
     var favIconTaxId = [ ['Human', 9606],
                          ['Mouse', 10090],
                          ['Rat', 10116],
                          ['Zebrafish', 7955],
                          ['Fly', 7227],
                          ['Worm', 6239],
                          ['Yeast', 559292] ];
     // Aliases for species autocomplete:
     var commonToSciNames = { bats: 'Chiroptera',
                              bees: 'Apoidea',
                              birds: 'Aves',
                              fish: 'Actinopterygii',
                              fly: 'Diptera',