95575eb62326537cb3320ffe2857426cffa8241a
braney
  Tue Mar 12 16:32:00 2019 -0700
long overdue descriptions for scopDesc and ucscScop

diff --git src/hg/lib/ucscScop.as src/hg/lib/ucscScop.as
new file mode 100644
index 0000000..1f3feb6
--- /dev/null
+++ src/hg/lib/ucscScop.as
@@ -0,0 +1,8 @@
+table ucscScop
+"SCOP domain"
+    (
+     string ucscId;     "UCSC gene id"
+     int start;         "start offset of domain in sequence"
+     int end;           "end offset of domain in sequence"
+     string domainName; "domain name"    
+    )