616062bf13f7e2b83b636936ec237d22caad6d94
kate
  Tue Mar 28 21:18:23 2017 -0700
Add boxplot to details page. Fix colors on track config page. refs #18736

diff --git src/hg/lib/barChartSample.sql src/hg/lib/barChartSample.sql
new file mode 100644
index 0000000..163aad0
--- /dev/null
+++ src/hg/lib/barChartSample.sql
@@ -0,0 +1,12 @@
+# barChartSample.sql was originally generated by the autoSql program, which also 
+# generated barChartSample.c and barChartSample.h.  This creates the database representation of
+# an object which can be loaded and saved from RAM in a fairly 
+# automatic way.
+
+#barChart sample description
+CREATE TABLE barChartSample (
+    sample varchar(255) not null,	# Sample identifier
+    category varchar(255) not null,	# Category identifier (e.g. tissue)
+              #Indices
+    PRIMARY KEY(sample)
+);