6528d80d9cd439fe4c29fc50a57707cfb64b6678 kate Mon Aug 4 14:41:48 2014 -0700 Renaming cells table to sources and adding .as. refs #13490 diff --git src/hg/lib/wgEncodeRegDnaseClusteredSources.as src/hg/lib/wgEncodeRegDnaseClusteredSources.as new file mode 100644 index 0000000..0614b4f --- /dev/null +++ src/hg/lib/wgEncodeRegDnaseClusteredSources.as @@ -0,0 +1,6 @@ +table wgEncodeAwgDnaseCombinedSources +"Map a numerical ID to a string for the cell type" + ( + int id; "Numerical id" + string name; "Cell type" + )