e875d891b2b315130d008702bfc8e496f9ed4c7a chinhli Mon Jan 9 09:44:00 2012 -0800 Change /goldenPath/help/customTrack.html#BED (GTF, GFF, MAF, and PSL) to /FAQ/FAQformat.html#formatN diff --git src/hg/hgLiftOver/hgLiftOver.c src/hg/hgLiftOver/hgLiftOver.c index 5e0011e..a77c1b7 100644 --- src/hg/hgLiftOver/hgLiftOver.c +++ src/hg/hgLiftOver/hgLiftOver.c @@ -298,31 +298,31 @@ cgiTableField("If thickStart/thickEnd is not mapped, use the closest mapped base:"); cgiSimpleTableFieldStart(); printf("%s", fudgeThick ? "on" : "off"); cgiTableFieldEnd(); cgiTableRowEnd(); cgiTableEnd(); } void webDataFormats() { webNewSection("Data Formats"); puts("<ul>"); puts("<LI>"); puts( - "<A HREF=\"../goldenPath/help/customTrack.html#BED\" TARGET=_blank>" + "<A HREF=\"../FAQ/FAQformat.html#format1\" TARGET=_blank>" "Browser Extensible Data (BED)</A>\n"); puts("</LI>"); puts("<LI>"); puts("Genomic Coordinate Position<BR>"); puts(" chrN<B>:</B>start<B>-</B>end"); puts("</LI>"); puts("</ul>"); } void webDownloads() { webNewSection("Command Line Tool"); cgiParagraph( "To lift genome annotations locally on Linux systems, download the " "<A HREF=\"http://hgdownload.cse.ucsc.edu/admin/exe/\">"