src/hg/lib/tRNAs.as 1.4
1.4 2010/01/07 02:54:46 pchan
add fields for GtRNAdb urls
Index: src/hg/lib/tRNAs.as
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/lib/tRNAs.as,v
retrieving revision 1.3
retrieving revision 1.4
diff -b -B -U 1000000 -r1.3 -r1.4
--- src/hg/lib/tRNAs.as 7 Jun 2007 22:19:09 -0000 1.3
+++ src/hg/lib/tRNAs.as 7 Jan 2010 02:54:46 -0000 1.4
@@ -1,16 +1,16 @@
table tRNAs
"transfer RNA genes"
(
string chrom; "chromosome"
uint chromStart; "Start position in chromosome"
uint chromEnd; "End position in chromosome"
string name; "transfer RNA gene name"
uint score; "Score from 900-1000. 1000 is best"
char[1] strand; "Value should be + or -"
string aa; "Amino acid for the tRNA"
string ac; "Anticodon for the tRNA"
string intron; "Coordinates for intron"
float trnaScore; "tRNAScanSE score"
- string seq; "Sequence of tRNA"
- string ss; "Secondary structure string for tRNA"
+ string genomeUrl; "GtRNAdb genome summary URL"
+ string trnaUrl; "GtRNAdb tRNA alignment URL"
)