src/hg/inc/tRNAs.h 1.2

1.2 2010/01/07 02:54:08 pchan
add fields for GtRNAdb urls
Index: src/hg/inc/tRNAs.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/inc/tRNAs.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -b -B -U 4 -r1.1 -r1.2
--- src/hg/inc/tRNAs.h	1 Dec 2005 22:58:38 -0000	1.1
+++ src/hg/inc/tRNAs.h	7 Jan 2010 02:54:08 -0000	1.2
@@ -4,9 +4,9 @@
 
 #ifndef TRNAS_H
 #define TRNAS_H
 
-#define TRNAS_NUM_COLS 10
+#define TRNAS_NUM_COLS 12
 
 struct tRNAs
 /* transfer RNA genes */
     {
@@ -20,8 +20,10 @@
     char *aa;	/* Amino acid for the tRNA */
     char *ac;	/* Anticodon for the tRNA */
     char *intron;	/* Coordinates for intron */
     float trnaScore;	/* tRNAScanSE score */
+    char *genomeUrl;	/* GtRNAdb genome summary URL */
+    char *trnaUrl;	/* GtRNAdb tRNA alignment URL */
     };
 
 void tRNAsStaticLoad(char **row, struct tRNAs *ret);
 /* Load a row from tRNAs table into ret.  The contents of ret will