fc559ed0c11455c717901e1f7ff69095ecc2c3e7 braney Sat Feb 5 15:21:49 2011 -0800 oops... snake stuff that should have been in the earlier commit diff --git src/hg/hgTracks/hgTracks.h src/hg/hgTracks/hgTracks.h index 3f4b5bd..55793c9 100644 --- src/hg/hgTracks/hgTracks.h +++ src/hg/hgTracks/hgTracks.h @@ -766,30 +766,34 @@ void cgapSageMethods(struct track *tg); /* Make CGAP SAGE track. */ #define CGAP_SAGE_DENSE_GOVERNOR 3000000 /* Size of browser window to dense the CGAP SAGE track at. */ void coverageMethods(struct track *tg); /* Make track for golden path positions of all frags. */ void cytoBandIdeoMethods(struct track *tg); /* Draw ideogram of chromosome. */ void cytoBandMethods(struct track *tg); /* Make track for simple repeats. */ +void snakeMethods(struct track *track, struct trackDb *tdb, + int wordCount, char *words[]); +/* Make track group for snake alignment. */ + void chainMethods(struct track *track, struct trackDb *tdb, int wordCount, char *words[]); /* Make track group for chain alignment. */ void netMethods(struct track *tg); /* Make track group for chain/net alignment. */ void mafMethods(struct track *tg); /* Make track group for maf multiple alignment. */ void bamMethods(struct track *track); /* Methods for BAM alignment files. */ void altGraphXMethods(struct track *tg); /* setup special methods for altGraphX track */