17230d72f860c8003411033dad26d9433a65a744
angie
  Tue Apr 10 09:04:29 2018 -0700
Clarify what 'official GENCODE release' means (as opposed to knownGene GENCODE-but-not-really).  Thx BrianL  refs #21142

diff --git src/hg/hgVai/hgVai.c src/hg/hgVai/hgVai.c
index 77e41c2..9452f01 100644
--- src/hg/hgVai/hgVai.c
+++ src/hg/hgVai/hgVai.c
@@ -1024,31 +1024,33 @@
 printf("Include HGVS coding (c.) terms if applicable, otherwise noncoding (n.) terms, in output"
        "<br>\n");
 cartMakeCheckBox(cart, "hgva_hgvsP", FALSE);
 printf("Include HGVS protein (p.) terms (if applicable) in output<br>\n");
 cartMakeCheckBox(cart, "hgva_hgvsPAddParens", FALSE);
 printf("When including HGVS protein (p.) terms, add parentheses around changes to emphasize "
        "that they are predictions<br>\n");
 cartMakeCheckBox(cart, "hgva_hgvsBreakDelIns", FALSE);
 printf("For variants that involve both a deletion and insertion, "
        "including multi-nucleotide variants, "
        "include the deleted sequence (e.g. show \"delAGinsTT\" instead of only \"delinsTT\")"
        "<br>\n");
 puts("</div>");
 printf("<div id=\"noHgvs\" style=\"display: %s;\">",
        hgvsOk ? "none" : "block");
-printf("Select RefSeq Genes or the latest official GENCODE release "
+printf("Select RefSeq Genes or an official GENCODE release "
+       "(\"Basic Gene Annotation Set from GENCODE...\" "
+       "or \"Comprehensive Gene Annotation Set...\") "
        "in the \"Select Genes\" section above in order to make options appear.\n");
 puts("</div>");
 puts("<br>");
 endCollapsibleSection();
 }
 
 boolean isHg19RegulatoryTrack(struct trackDb *tdb, void *filterData)
 /* For now, just look for a couple specific tracks by tableName. */
 {
 //#*** NEED METADATA
 return (sameString("wgEncodeRegDnaseClusteredV3", tdb->table) ||
 	sameString("wgEncodeRegTfbsClusteredV3", tdb->table));
 }
 
 boolean isHg38RegulatoryTrack(struct trackDb *tdb, void *filterData)