bbabbd5d2566d47d923d51dbe350634783455999
mspeir
  Sun Oct 26 12:14:52 2025 -0700
change soe to gi, refs #35031

diff --git src/hg/htdocs/ENCODE/search.html src/hg/htdocs/ENCODE/search.html
index 5514ff8f6df..7187055010b 100755
--- src/hg/htdocs/ENCODE/search.html
+++ src/hg/htdocs/ENCODE/search.html
@@ -1,66 +1,66 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
 <html>
     <head>
         <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
         <title>ENCODE Search at UCSC</title>
         <link rel="stylesheet" href="/style/HGStyle.css" type="text/css">
         <link rel="stylesheet" href="/style/encodeProject.css" type="text/css">
     </head>
 
     <body>
         <!--#include virtual="/inc/encodeProject.topbar.html"-->
 
         <div class="encodeHeader">
             <a href="/ENCODE/index.html"><img src="/images/gbLogoOnly.png" style="height:70%;" alt="ENCODE at UCSC" title="ENCODE at UCSC"></a>
             <span class="txt">Search ENCODE Data at UCSC</span> <span class="encodeHeaderDates">2007 - 2012</span>
         </div>
 
        <div class="wrapper">
                 <div class="bar"><h4 class="title">Search Tools for ENCODE Data at UCSC</h4></div>
                 <div class="content">
                         <p>This page contains links to search tools for finding tracks displayed
                         in the browser or downloadable files from the ENCODE project at UCSC during
                         the first ENCODE production phase (Sep 2007 - Jun 2012).
                         For bulk download, retrieval by
-                        <a href="ftp://hgdownload.soe.ucsc.edu/goldenPath/hg19/encodeDCC/" target="_blank">FTP</a>
+                        <a href="ftp://hgdownload.gi.ucsc.edu/goldenPath/hg19/encodeDCC/" target="_blank">FTP</a>
                         is recommended along with rsync. Using rsync, for example "rsync -a -P
-                        rsync://hgdownload.soe.ucsc.edu/goldenPath/hg19/encodeDCC/wgEncodeDir/wgEncodeFile ./",
+                        rsync://hgdownload.gi.ucsc.edu/goldenPath/hg19/encodeDCC/wgEncodeDir/wgEncodeFile ./",
                         has the advantage of starting up where it left off after a failure,
                         when ran again.</p>
                 </div><!--end content-->
        </div><!--end wrapper-->
 
        <div class="wrapper">
                 <div class="bar"><h4 class="title">Search Human Genome GRCh37/hg19</h4></div>
                 <div class="content">
                         <p>
                         <input type='button' class='buttonLink' value='Track search' onclick="window.location='../cgi-bin/hgTracks?db=hg19&hgt_tSearch=1&tsCurTab=advancedTab';" title='Search for displayable tracks'>
                         Search for tracks visible in the Genome Browser - Human GRCh37/hg19 assembly.<br>
                         <input type='button' class='buttonLink' value='File search   ' onclick="window.location='../cgi-bin/hgFileSearch?db=hg19';" title='Search for downloadable files'>
                         Search for downloadable files of data aligned to the Human GRCh37/hg19 assembly.</p>
                 </div><!--end content-->
        </div><!--end wrapper-->
 
        <div class="wrapper">
                 <div class="bar"><h4 class="title">Search Human Genome NCBI36/hg18</h4></div>
                 <div class="content">
                         <p>
                         <input type='button' class='buttonLink' value='Track search' onclick="window.location='../cgi-bin/hgTracks?db=hg18&hgt_tSearch=1&tsCurTab=advancedTab';" title='Search for displayable tracks'>
                         Search for tracks visible in the Genome Browser - Human NCBI36/hg18 assembly.<br>
                         <input type='button' class='buttonLink' value='File search   ' onclick="window.location='../cgi-bin/hgFileSearch?db=hg18';" title='Search for downloadable files'>
                         Search for downloadable files of data aligned to the Human NCBI36/hg18 assembly.</p>
                 </div><!--end content-->
        </div><!--end wrapper-->
 
        <div class="wrapper">
                 <div class="bar"><h4 class="title">Search Mouse Genome NCBI37/mm9</h4></div>
                 <div class="content">
                         <p>
                         <input type='button' class='buttonLink' value='Track search' onclick="window.location='../cgi-bin/hgTracks?db=mm9&hgt_tSearch=1&tsCurTab=advancedTab';" title='Search for displayable tracks'>
                         Search for tracks visible in the Genome Browser - Mouse NCBI37/mm9 assembly.<br>
                         <input type='button' class='buttonLink' value='File search   ' onclick="window.location='../cgi-bin/hgFileSearch?db=mm9';" title='Search for downloadable files'>
                         Search for downloadable files of data aligned to the Mouse NCBI37/mm9 assembly.</p>
         </div><!--end content-->
        </div><!--end wrapper-->
     </body>
 </html>