62b1428915cc2c8b9acbf46a86c1248833257efe
mspeir
  Mon Nov 17 18:50:32 2025 -0800
changing rest of genome-source references to github, refs #34485

diff --git src/product/installer/browserSetup.sh src/product/installer/browserSetup.sh
index d6f12239337..bc59c5bbb27 100755
--- src/product/installer/browserSetup.sh
+++ src/product/installer/browserSetup.sh
@@ -659,31 +659,31 @@
 
     export PATH=$BINDIR:$PATH
     mkdir -p $APACHEDIR/util
 
     cd $APACHEDIR
     # get the kent src tree
     if [ ! -d kent ]; then
        downloadFile http://hgdownload.soe.ucsc.edu/admin/jksrc.zip > jksrc.zip
        unzip jksrc.zip
        rm -f jksrc.zip
     fi
 
     # get samtools patched for UCSC and compile it
     cd kent
     if [ ! -d samtabix ]; then
-       git clone http://genome-source.soe.ucsc.edu/samtabix.git
+       git clone https://github.com/AngieHinrichs/samtabix.git
     else
        cd samtabix
        git pull
        cd ..
     fi
 
     cd samtabix
     make
 
     # compile the genome browser CGIs
     cd $APACHEDIR/kent/src
     make libs
     make cgi-alpha
     cd hg/dbTrash
     make