d8a3c66525910314ea3cdcc00b694138e769e699 mspeir Wed Sep 2 14:22:52 2026 -0700 store: make the internal links relative Every internal link on the page was written against https://genome.ucsc.edu, so on a sandbox or a mirror the page sent people to production instead of to the copy they were looking at. That bit us reviewing this ticket: the "Terms and conditions" links fetched the production EULA rather than the new one sitting next to the page. Eight links: the five EULA links, hgLiftOver, gbic.html and docker.html. The gbic.html link also had goldenpath in lowercase, which production tolerates but the tree does not, so it is now goldenPath like its neighbor. refs #37764 Co-Authored-By: Claude Opus 5 (1M context) diff --git src/hg/htdocs/store.html src/hg/htdocs/store.html index 765201efc35..3c2ecbacff2 100755 --- src/hg/htdocs/store.html +++ src/hg/htdocs/store.html @@ -25,31 +25,31 @@

Genome Browser source code

The Genome Browser source code consists of all of the software files necessary to build and compile a full mirror site of the Genome Browser on your own server. Additionally, it builds more than 200 bioinformatics command-line utilities. You must also obtain and install Apache, MySQL and other software packages (see ‘system requirements’).
One time setup fee: $7,200
Cost per year per user: $1,200 (5 users minimum)
Cost for non-profit academic research use: Free
@@ -103,31 +103,31 @@

LiftOver program

The LiftOver program can be used to convert coordinate ranges between genome assemblies. This is a command-line tool, and supports forward/reverse conversions, batch conversions, and conversions between species. The LiftOver program requires a UCSC-generated over.chain file as input. Pre-generated files are available for selected assemblies from the downloads page.
Cost per year: $1,200
Cost for non-profit academic research use: Free
@@ -182,46 +182,46 @@

UCSC chain files

Chain files, also known as over.chain files, describe how the coordinates of one genome assembly line up against those of another. They serve as input to the LiftOver program and the LiftOver web +href="cgi-bin/hgLiftOver" target="_blank">LiftOver web tool. UCSC produces these files with its own alignment pipeline, and they are the only files the LiftOver program accepts. Chain files are downloaded from the liftOver directory of each assembly on the downloads server, for example hgdownload.gi.ucsc.edu/goldenPath/hg38/liftOver/. Commercial use requires a license.
Cost per year per user: $1,200
Cost for non-profit academic research use: Free
@@ -257,37 +257,37 @@

Genome Browser in the Cloud (GBiC)

Genome Browser in the Cloud (GBiC) is a convenient program that automates the setup of a UCSC Genome Browser mirror, including the installation and setup of MySQL (or MariaDB) and Apache servers. The program downloads and configures MySQL and Apache, then downloads the UCSC Genome Browser software to /usr/local/apache. The program can also be used to mirror full or partial assembly databases, keep up-to-date with the Genome Browser software, remove temporary files, and install the Kent command line utilities. -You can use the GBiC program to install a Genome Browser mirror on any Linux based operating system, including your server, desktop/laptop, or cloud instance. The program overwrites the default Apache install location, and thus is intended to be run on machines/cloud instances that don’t already act as a web server. A more detailed description of this tool and how to use it is available from the GBIC User Guide. If you have questions about the script please send an email to the publicly archived Genome Browser Mirror mailing list: genome-mirror@soe.ucsc.edu.
+You can use the GBiC program to install a Genome Browser mirror on any Linux based operating system, including your server, desktop/laptop, or cloud instance. The program overwrites the default Apache install location, and thus is intended to be run on machines/cloud instances that don’t already act as a web server. A more detailed description of this tool and how to use it is available from the GBIC User Guide. If you have questions about the script please send an email to the publicly archived Genome Browser Mirror mailing list: genome-mirror@soe.ucsc.edu.
One time setup fee: $2,400
Cost per year: $1,200
Cost for non-profit academic research use: Free
@@ -339,37 +339,37 @@

Genome Browser Docker image

The Genome Browser Docker image is a complete UCSC Genome Browser mirror in a container, with the Genome Browser software, an Apache web server, and a MariaDB database server all included. Everything runs inside the container, so the image does not touch the Apache or MySQL setup already on your machine. This makes it useful on a laptop, or on a server that already runs other web software. -UCSC publishes a prebuilt image on Docker Hub as genomebrowser/server. It is rebuilt for every Genome Browser release, and one tag covers both Intel and Apple Silicon machines, so most people can pull the image rather than build it themselves. You can also build the image yourself on any system that runs Docker, including Windows, macOS, and Linux. Once the container starts, you open the mirror in a web browser at a port on your own machine. The container downloads track data from UCSC as you use it, and you can attach a Docker volume to keep your data and settings when the container restarts. A more detailed description of the image and how to use it is available from the Docker Help Page. If you have questions about the image please send an email to the publicly archived Genome Browser Mirror mailing list: genome-mirror@soe.ucsc.edu.
+UCSC publishes a prebuilt image on Docker Hub as genomebrowser/server. It is rebuilt for every Genome Browser release, and one tag covers both Intel and Apple Silicon machines, so most people can pull the image rather than build it themselves. You can also build the image yourself on any system that runs Docker, including Windows, macOS, and Linux. Once the container starts, you open the mirror in a web browser at a port on your own machine. The container downloads track data from UCSC as you use it, and you can attach a Docker volume to keep your data and settings when the container restarts. A more detailed description of the image and how to use it is available from the Docker Help Page. If you have questions about the image please send an email to the publicly archived Genome Browser Mirror mailing list: genome-mirror@soe.ucsc.edu.
One time setup fee: $2,400
Cost per year: $1,200
Cost for non-profit academic research use: Free