5e80e7e2fae96a82ae0df71b9f493287cfb42a6f gperez2 Tue Oct 7 09:53:44 2025 -0700 Code review edit, removing hard link to hgwdev, refs #36473 diff --git src/product/mirrorManual.txt src/product/mirrorManual.txt index 0373488eb27..0b715bcb619 100644 --- src/product/mirrorManual.txt +++ src/product/mirrorManual.txt @@ -915,31 +915,31 @@ This name trackDb_localTracks is not special, just different than the ordinary trackDb table. It should have some meaning to anyone in your environment and not be the same name as any UCSC database table. The two '.' arguments in the command above refer to directory names. Since you have no hierarchy of levels in this single directory, unlike in the source tree trackDb hierarchy, the '.' arguments refer to the current directory. See also: * A similar overview: <http://genomewiki.ucsc.edu/index.php/Local_tracks_at_mirror_sites> * TrackDb.ra track configuration format: <http://genome.ucsc.edu/goldenPath/help/trackDb/trackDbDoc.html> # Adding a new, custom (non-UCSC) genome to the browser -Please note that setting up an [assembly hub](https://hgwdev.gi.ucsc.edu/goldenPath/help/assemblyHubHelp.html) +Please note that setting up an [assembly hub](/goldenPath/help/assemblyHubHelp.html) is a lot easier than adding a genome to a local mirror. The browser can be made to operate with a bare minimum of tables for the purpose of demonstrating the CGI binaries are functioning. The only tables you need to load for this are: 1. all tables in the hgcentral database 2. six tables in the human genome Create an empty hgcentral database: $ hgsql -e "create database hgcentral;" mysql Load all tables into the hgcentral database.