91ccd02a260f9456e6b1f48dd1d6b4bd92ed3765 kate Fri May 30 13:31:27 2014 -0700 Fix up schema for tableDescriptions diff --git src/hg/lib/wgEncodeAwgDnaseCombinedSources.as src/hg/lib/wgEncodeAwgDnaseCombinedSources.as index c7cedc2..0614b4f 100644 --- src/hg/lib/wgEncodeAwgDnaseCombinedSources.as +++ src/hg/lib/wgEncodeAwgDnaseCombinedSources.as @@ -1,6 +1,6 @@ -table idName -"Map a numerical ID to a string" +table wgEncodeAwgDnaseCombinedSources +"Map a numerical ID to a string for the cell type" ( int id; "Numerical id" - string name; "Associated string" + string name; "Cell type" )