src/hg/hgTracks/simpleTracks.c 1.133
1.133 2010/04/10 01:14:57 kent
Taking a few more steps towards making the makeItems type custom track. It actually seems to be storing ranges in the customTrash database and displaying them now based on your javascript selections!
Index: src/hg/hgTracks/simpleTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/simpleTracks.c,v
retrieving revision 1.132
retrieving revision 1.133
diff -b -B -U 4 -r1.132 -r1.133
--- src/hg/hgTracks/simpleTracks.c 8 Apr 2010 20:36:36 -0000 1.132
+++ src/hg/hgTracks/simpleTracks.c 10 Apr 2010 01:14:57 -0000 1.133
@@ -10830,12 +10830,8 @@
else if (sameWord(type, "factorSource"))
{
factorSourceMethods(track);
}
-else if (sameWord(type, "makeItems"))
- {
- makeItemsMethods(track);
- }
#endif /* GBROWSE */
}
static void compositeLoad(struct track *track)