23f68df8fb0481fd1bd4351f4adbf913f039f237 max Mon Jul 20 11:49:57 2026 -0700 lrSv1kLin: add per-population AF filter defaults and full Data Access section Add missing filter.afAfr/afAmr/afEas/afEur/afSas default ranges so the per-population allele-frequency filters render. Expand the description page's Data Access section to the standard form with bigBed download URLs for both the hg38 and hs1 native builds. refs #36258 diff --git src/hg/makeDb/trackDb/human/lrSv1kLin.html src/hg/makeDb/trackDb/human/lrSv1kLin.html index 9b819296a36..05b20758df6 100644 --- src/hg/makeDb/trackDb/human/lrSv1kLin.html +++ src/hg/makeDb/trackDb/human/lrSv1kLin.html @@ -69,27 +69,46 @@ The data was provided by the laboratories of Evan Eichler and Danny Miller (University of Washington) and is preliminary and unpublished; a manuscript is in preparation. The step-by-step build commands (format conversion and bigBed build) are recorded in the UCSC makeDoc for this track container: doc/hg38/lrSv.txt. The conversion script and autoSql schema live in makeDb/scripts/lrSv, and the track configuration is in trackDb/human/lrSv.ra.

Data Access

The data can be explored interactively in table format with the Table Browser or the -Data Integrator, and accessed -programmatically through our API, -track=lrSv1kLin. +Data Integrator and exported from there +to spreadsheet or tab-separated tables. From scripts, the data can be accessed +through our API, track=lrSv1kLin. +

+

+For automated download and analysis, the annotation is stored in bigBed files +that can be downloaded from our download server: + +http://hgdownload.soe.ucsc.edu/gbdb/hg38/lrSv/lin1218.bb (GRCh38/hg38, +native) and + +http://hgdownload.soe.ucsc.edu/gbdb/hs1/lrSv/lin1218.bb (T2T-CHM13/hs1, +native). Individual regions or the whole annotation can be obtained with the +bigBedToBed utility, which can be compiled from source or downloaded +as a precompiled binary from our +utilities +page. The tool can also extract features within a given range, for example: +bigBedToBed http://hgdownload.soe.ucsc.edu/gbdb/hg38/lrSv/lin1218.bb -chrom=chr21 -start=0 -end=100000000 stdout. +

+

+This is a preliminary, unpublished callset provided by the authors; the +underlying per-sample sequencing data is not yet publicly released.

Credits

Thanks to Evan Eichler, Danny Miller and colleagues at the University of Washington, and to the contributing 1000 Genomes long-read consortia (HPRC, HGSVC and the 1000 Genomes ONT sequencing groups), for generating and sharing this callset.