src/hg/hgc/hgc.c 1.1525

1.1525 2009/04/08 01:34:58 mikep
allow mirror sites to add their own RNA secondary structure tracks by adding rnaSecStr to the table name
Index: src/hg/hgc/hgc.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/hgc.c,v
retrieving revision 1.1524
retrieving revision 1.1525
diff -b -B -U 4 -r1.1524 -r1.1525
--- src/hg/hgc/hgc.c	30 Mar 2009 22:15:49 -0000	1.1524
+++ src/hg/hgc/hgc.c	8 Apr 2009 01:34:58 -0000	1.1525
@@ -21464,9 +21464,10 @@
 	 || sameWord(track, "rnaTestFoldsV2")
 	 || sameWord(track, "rnaTestFoldsV3")
 	 || sameWord(track, "mcFolds")
 	 || sameWord(track, "rnaEditFolds")
-	 || sameWord(track, "altSpliceFolds"))
+	 || sameWord(track, "altSpliceFolds")
+         || stringIn(track, "rnaSecStr"))
     {
     doRnaSecStr(tdb, item);
     }
 else if (sameWord(track, "fishClones"))