src/hg/lib/wgRna.as 1.1

1.1 2009/09/17 17:29:15 hartera
Created description for the wgRna table for the sno/miRNA track.
Index: src/hg/lib/wgRna.as
===================================================================
RCS file: src/hg/lib/wgRna.as
diff -N src/hg/lib/wgRna.as
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ src/hg/lib/wgRna.as	17 Sep 2009 17:29:15 -0000	1.1
@@ -0,0 +1,13 @@
+table wgRna
+"Extended Browser extensible data (BED) for human sno/miRNA track"
+    (
+    string chrom;      "Reference sequence chromosome or scaffold"
+    uint   chromStart; "Start position in chromosome"
+    uint   chromEnd;   "End position in chromosome"
+    string name;       "Name of item"
+    uint   score;      "Score from 0-1000"
+    char[1] strand;    "+ or -"
+    uint thickStart;   "Start of where display should be thick (start codon)"
+    uint thickEnd;     "End of where display should be thick (stop codon)"
+    enum('miRNA','HAcaBox','scaRna','CDBox') type;   "Type of RNA"
+    )