646f392ab8ff4d3ca9740c199ecb59317eccae78
hiram
  Fri Sep 11 16:13:11 2026 -0700
silence claude noise refs #38290

diff --git src/hg/utils/automation/asmHubTrackDb.sh src/hg/utils/automation/asmHubTrackDb.sh
index 3a5426c103e..9d189c6de3b 100755
--- src/hg/utils/automation/asmHubTrackDb.sh
+++ src/hg/utils/automation/asmHubTrackDb.sh
@@ -101,32 +101,30 @@
 # html html/%s.cytoBand\n\n" "${asmId}" "${asmId}"
 
 # only the ideoGram is needed, not the track
 
 printf "track cytoBandIdeo
 shortLabel Chromosome Band (Ideogram)
 longLabel Ideogram for Orientation
 group map
 visibility dense
 type bigBed 4 +
 bigDataUrl bbi/%s.cytoBand.bb\n\n" "${asmId}"
 
 # $scriptDir/asmHubCytoBand.pl $asmId $buildDir/html/$asmId.names.tab $buildDir > $buildDir/html/$asmId.cytoBand.html
 fi
 
-# GCA_964261385.2_aLisVul1.2_alternate_haplotype.gcOnFly.bw
-
 if [ -s ${buildDir}/trackData/gc5Base/${asmId}.gcOnFly.bw ]; then
   rm -f $buildDir/bbi/${asmId}.gcOnFly.bw
   rm -f $buildDir/bbi/${asmId}.gc5Base.bw
   rm -f $buildDir/html/$asmId.gcOnFly.html
   rm -f $buildDir/html/$asmId.gc5Base.html
   ln -s ../trackData/gc5Base/${asmId}.gcOnFly.bw $buildDir/bbi/${asmId}.gcOnFly.bw
   printf "# gcOnFly is a synthetic track, computed at run time
 # this trackDb entry will allow it to operate properly with
 # correct visibility when a saved session is restored
 track gcOnFly
 shortLabel GC Percent
 longLabel GC Percent in 5-Base Windows
 group map
 visibility dense
 type bigWig 0 100