76e480f51fbf36171248a26c9f24c3bd0e95af7f
kate
  Thu Jun 4 11:38:18 2020 -0700
Save build script and schema for CCRE track. refs #24668

diff --git src/hg/lib/encodeCcreCombined.as src/hg/lib/encodeCcreCombined.as
new file mode 100644
index 0000000..1172f4d
--- /dev/null
+++ src/hg/lib/encodeCcreCombined.as
@@ -0,0 +1,19 @@
+table encodeCcreCombined
+"Cell-type agnostic cCRE from ENCODE. BED 9+6."
+(
+string  chrom;		"Reference sequence chromosome or scaffold"
+uint    chromStart;	"Start position of feature on chromosome"
+uint    chromEnd;	"End position of feature on chromosome"
+string  name;	        "ENCODE accession"
+uint    score;		"0-1000, based on Z score"
+char[1] strand;		"n/a"
+uint    thickStart;	"Start position"
+uint    thickEnd;	"End position"
+uint  	reserved;       "RGB Color"
+string  ccre;	        "ENCODE classification"
+string  encodeLabel;    "ENCODE label"
+float   zScore;         "Max DNase Z-score"
+string  ucscLabel;      "UCSC label"
+string  accessionLabel; "Accession (abbreviated)"
+string  description;    "Description for browser hover"
+)