src/hg/hgTracks/hgTracks.h 1.206
1.206 2010/04/09 20:06:59 kent
Starting to get makeItems to work as a custom track type.
Index: src/hg/hgTracks/hgTracks.h
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.h,v
retrieving revision 1.205
retrieving revision 1.206
diff -b -B -U 4 -r1.205 -r1.206
--- src/hg/hgTracks/hgTracks.h 9 Apr 2010 00:15:13 -0000 1.205
+++ src/hg/hgTracks/hgTracks.h 9 Apr 2010 20:06:59 -0000 1.206
@@ -852,8 +852,17 @@
void chromGraphMethodsCt(struct track *tg);
/* Fill in chromGraph methods for custom track. */
+void factorSourceMethods(struct track *track);
+/* Set up special methods for factorSource type tracks. */
+
+void makeItemsMethods(struct track *track);
+/* Set up special methods for makeItems type tracks. */
+
+void makeItemsMethodsCt(struct track *track);
+/* Set up special methods for makeItems type custom tracks. */
+
void wigMafPMethods(struct track *track, struct trackDb *tdb,
int wordCount, char *words[]);
void wigMafMethods(struct track *track, struct trackDb *tdb,
int wordCount, char *words[]);
@@ -1104,14 +1113,8 @@
struct bed *wikiTrackGetBedRange(char *mapName, char *chromName,
int start, int end);
/* fetch wiki track items as simple bed 3 list in given range */
-void factorSourceMethods(struct track *track);
-/* Set up special methods for factorSource type tracks. */
-
-void makeItemsMethods(struct track *track);
-/* Set up special methods for makeItems type tracks. */
-
void bed8To12(struct bed *bed);
/* Turn a bed 8 into a bed 12 by defining one block. */
char *collapseGroupVar(char *name);