0871110b9e07cfb8001e6de9d156e7e7f74f8c25
max
  Fri Sep 4 17:00:53 2026 -0700
STRchive track now updates itself, and is on hg19 and hs1 as well as hg38

STRchive builds a Genome Browser bigBed with every release now and publishes
it on their GitHub releases page, so there is nothing left for us to convert.
A new otto job checks weekly for a new release, downloads the file into its
own releases/<tag> directory, sanity-checks the locus count, and repoints the
/gbdb symlinks at it. Silent when there is no new release. See STRchive issue
333 for the correspondence that set this up.

Their releases carry hg19, hg38 and T2T-chm13 (= hs1) files and we take all
three, so the new strVar stanza lives in human/strVarNew.ra rather than under
hg38. The bigDataUrls use $D, and hgTrackDb -strict drops any member whose
file is missing, so each assembly gets only the tracks that were built for it:
STRchive on all three, the other four on hg38 only. The description page is
rewritten for the new evidence-level coloring, gains an evidence filter, and
now says that the track updates itself and that older versions are on GitHub
rather than here.

All of that is alpha only. Nothing copies /gbdb/*/strVar/ out to the RR yet,
so releasing this trackDb would have it promise data the RR does not have.
The old hg38-only version stays as human/hg38/strVar.ra, tagged beta,public,
until the sysadmins install the strchiveAutoPush cron drafted alongside the
otto job. The header of strVarNew.ra lists what to delete and rename then.

refs #38268

diff --git src/hg/makeDb/trackDb/human/hg38/trackDb.ra src/hg/makeDb/trackDb/human/hg38/trackDb.ra
index bb268c35be5..00cb3a4c171 100644
--- src/hg/makeDb/trackDb/human/hg38/trackDb.ra
+++ src/hg/makeDb/trackDb/human/hg38/trackDb.ra
@@ -1,18 +1,21 @@
 include ncOrfs.ra
 
-include strVar.ra
+# The released, hg38-only STRchive/strVar version.  The alpha version lives in
+# human/strVarNew.ra and is held back until the auto-push is in place, #38268.
+# Delete this include and the three files it pulls in when that version ships.
+include strVar.ra beta,public
 
 include barCharts.ra
 
 include hoffMap.ra
 
 include cancerExpr.ra
 
 include mane.ra
 
 include clinvarMapped.ra alpha
 
 include gdcCancer.ra
 
 include cortexVelmeshev.ra
 include heartCellAtlas.ra