src/hg/hgc/lowelab.c 1.44
1.44 2010/03/05 00:13:40 pchan
change lowelab wiki path for track access
Index: src/hg/hgc/lowelab.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgc/lowelab.c,v
retrieving revision 1.43
retrieving revision 1.44
diff -b -B -U 4 -r1.43 -r1.44
--- src/hg/hgc/lowelab.c 1 Feb 2010 00:58:38 -0000 1.43
+++ src/hg/hgc/lowelab.c 5 Mar 2010 00:13:40 -0000 1.44
@@ -2853,13 +2853,13 @@
if(startsWith("Make", itemName))
{
strand[0] = itemName[strlen(itemName)-1];
strand[1] = 0;
- printf("<META HTTP-EQUIV=\"REFRESH\" content=\"0; URL=http://lowedev.cse.ucsc.edu/%s/index.php/BED:%s:%s:%d-%d:%s\"</META>", wiki, database, seqName, winStart, winEnd, strand);
+ printf("<META HTTP-EQUIV=\"REFRESH\" content=\"0; URL=http://lowelabwiki.cse.ucsc.edu/index.php/BED:%s:%s:%d-%d:%s\"</META>", database, seqName, winStart, winEnd, strand);
}
else
{
- printf("<META HTTP-EQUIV=\"REFRESH\" content=\"0; URL=http://lowedev.cse.ucsc.edu/%s/index.php/BED:%s:%s:%s\"</META>", wiki, database, seqName, itemName);
+ printf("<META HTTP-EQUIV=\"REFRESH\" content=\"0; URL=http://lowelabwiki.cse.ucsc.edu/index.php/BED:%s:%s:%s\"</META>", database, seqName, itemName);
}
printf("</HEAD>");
}