5e4d4454c39fce5a422daef731c7888b273a6b88
kate
  Mon Mar 23 17:40:11 2015 -0700
Add pipeline image and improve track description for hg38 DNase tracks.  Tweak trackUi to leave out downloads and contact links for non-ENCODE2 assemblies.  Also, update ENCODE link label to reflect its UCSC-only ENCODE.

diff --git src/hg/inc/hui.h src/hg/inc/hui.h
index ca9c967..22d653a 100644
--- src/hg/inc/hui.h
+++ src/hg/inc/hui.h
@@ -1375,16 +1375,19 @@
 
 /********************/
 /* Basic info for controlled vocabulary terms (e.g. to display for composites, or cluster tracks */
 
 char *vocabLink(struct hash *vocabFieldHash, char *term, char *title);
 /* Make an anchor with mouseover containing description and link if present */
 
 struct hash *vocabBasicFromSetting(struct trackDb *parentTdb, struct cart *cart);
 /* Get description and URL for all vocabTables. Returns a hash of hashes */
 
 boolean vocabSettingIsEncode(char *setting);
 /* Distinguish ENCODE controlled vocab settings (first arg is cv.ra filename) from non-ENCODE 
     (table-based vocabs)
 */
 
+boolean isEncode2(char *database);
+// Return true for ENCODE2 assemblies
+
 #endif /* HUI_H */