src/hg/lib/wgRna.as 1.2
1.2 2009/09/17 17:35:22 hartera
Edited table name and order of RNA types.
Index: src/hg/lib/wgRna.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/wgRna.as,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/lib/wgRna.as 17 Sep 2009 17:29:15 -0000 1.1
+++ src/hg/lib/wgRna.as 17 Sep 2009 17:35:22 -0000 1.2
@@ -1,6 +1,6 @@
table wgRna
-"Extended Browser extensible data (BED) for human sno/miRNA track"
+"snoRNA and miRNA annotations"
(
string chrom; "Reference sequence chromosome or scaffold"
uint chromStart; "Start position in chromosome"
uint chromEnd; "End position in chromosome"
@@ -8,6 +8,6 @@
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"
+ enum('miRNA','scaRna','HAcaBox','CDBox') type; "Type of RNA"
)