a7e37b9dfa1c8e2c3e135d08a8ee873a2e855d47 mspeir Mon Nov 3 16:47:06 2025 -0800 removing references to hgdownload-euro, refs #35031 diff --git src/hg/htdocs/goldenPath/help/hgTracksHelp.html src/hg/htdocs/goldenPath/help/hgTracksHelp.html index 404e03c2c20..b15951eec37 100755 --- src/hg/htdocs/goldenPath/help/hgTracksHelp.html +++ src/hg/htdocs/goldenPath/help/hgTracksHelp.html @@ -1384,56 +1384,53 @@ version of LiftOver, we require all for-profit businesses or commercial companies to purchase a license to support our small team.
Most of the underlying tables containing the genomic sequence and annotation data displayed in the Genome Browser can be downloaded. All of the tables are freely usable for any purpose except as indicated in the README.txt file in the download directories. This data was contributed by many researchers, as listed on the Genome Browser Credits page. Please acknowledge the contributor(s) of the data you use.
Genome data can be downloaded in different ways using our North American and European download -servers, hgdownload, hgdownload2, and hgdownload-euro.
+servers, hgdownload and hgdownload2.rsync -a -P rsync://hgdownload.gi.ucsc.edu/path/file ./
- rsync -a -P rsync://hgdownload2.soe.ucsc.edu/path/file ./
- rsync -a -P rsync://hgdownload-euro.soe.ucsc.edu/path/file ./
+ rsync -a -P rsync://hgdownload2.gi.ucsc.edu/path/file ./
rsync -a -P rsync://hgdownload.gi.ucsc.edu/directory/ ./
- rsync -a -P rsync://hgdownload2.soe.ucsc.edu/directory/ ./
- rsync -a -P rsync://hgdownload-euro.soe.ucsc.edu/directory/ ./
+ rsync -a -P rsync://hgdownload2.gi.ucsc.edu/directory/ ./
ftp://hgdownload.gi.ucsc.edu/goldenPath/,
- ftp://hgdownload2.soe.ucsc.edu/goldenPath/,
+ ftp://hgdownload2.gi.ucsc.edu/goldenPath/,
or
- ftp://hgdownload-euro.soe.ucsc.edu/goldenPath/
will take you to a directory that contains the genome download directories. This download method
is not recommended if you plan to download a large file or multiple files from a single
directory compared to rsync (see above). You can, however, use the mget command to
download multiple files: mget filename1 filename2, or mget -a
(to download all the files in the directory).