a44421a79fb36cc2036fe116b97ea3bc9590cd0c braney Fri Dec 2 09:34:39 2011 -0800 removed rcsid (#295) diff --git src/hg/hgGenome/browseRegions.c src/hg/hgGenome/browseRegions.c index daae414..b8c6a01 100644 --- src/hg/hgGenome/browseRegions.c +++ src/hg/hgGenome/browseRegions.c @@ -1,71 +1,70 @@ #include "common.h" #include "hash.h" #include "portable.h" #include "bed.h" #include "htmshell.h" #include "cart.h" #include "hui.h" #include "web.h" #include "chromGraph.h" #include "hPrint.h" #include "hgGenome.h" #include "trashDir.h" -static char const rcsid[] = "$Id: browseRegions.c,v 1.14 2008/09/17 18:36:35 galt Exp $"; static void quotedBrowserUrl(FILE *f, struct bed3 *bed, struct genoGraph *gg) /* Print URL that will open browser at bed position with genoGraph track on */ { fprintf(f, "\"../../cgi-bin/hgTracks?db=%s&position=%s:%d-%d&hgGenomeClick=browseRegions&%s=full\"", database, bed->chrom, bed->chromStart+1, bed->chromEnd, gg->name); } void browseRegions(struct sqlConnection *conn) /* Put up a frame with a list of links on the left and the * first link selected on the right. */ { struct genoGraph *gg = ggFirstVisible(); double threshold = getThreshold(); struct bed3 *bed, *bedList = regionsOverThreshold(gg); /* Define names of our two frames. */ char *browserFrame = "browser"; char *indexFrame = "index"; /* Write index html file. */ struct tempName indexTn; trashDirFile(&indexTn, "hgg", "index", ".html"); FILE *f = mustOpen(indexTn.forCgi, "w"); htmlSetBackground(addSuffix("../",hBackgroundImage())); htmStart(f, "Region Index"); fprintf(f, "
"); fprintf(f, "%s