28519c5eb684b0e31255f5e046dfda389d014bdc
kate
  Fri May 30 13:27:01 2014 -0700
Adding as file for source name table
diff --git src/hg/lib/wgEncodeAwgDnaseCombinedSources.as src/hg/lib/wgEncodeAwgDnaseCombinedSources.as
new file mode 100644
index 0000000..c7cedc2
--- /dev/null
+++ src/hg/lib/wgEncodeAwgDnaseCombinedSources.as
@@ -0,0 +1,6 @@
+table idName
+"Map a numerical ID to a string"
+    (
+    int id;	"Numerical id"
+    string name; "Associated string"
+    )