bbabbd5d2566d47d923d51dbe350634783455999 mspeir Sun Oct 26 12:14:52 2025 -0700 change soe to gi, refs #35031 diff --git src/hg/htdocs/FAQ/FAQreleases.html src/hg/htdocs/FAQ/FAQreleases.html index 7ebf837ec31..51f1f9223ec 100755 --- src/hg/htdocs/FAQ/FAQreleases.html +++ src/hg/htdocs/FAQ/FAQreleases.html @@ -376,31 +376,31 @@ The annotations accompanying an assembly are obtained from a variety of sources. The UCSC Genome Bioinformatics Group generates several of the tracks; the remainder are contributed by collaborators at other sites. Each track has an associated description page that credits the authors of the annotation.
For detailed information about the individuals and organizations who contributed to a specific assembly, see the Credits page.
The asmEquivalent table on the hgFixed database is available on the public MySQL server to show which assemblies versions are identical (or almost identical) to each other between UCSC, Ensembl, Genbank, and RefSeq assemblies.
-mysql --user=genome --host=genome-mysql.soe.ucsc.edu -A -e 'desc asmEquivalent;' hgFixed
+mysql --user=genome --host=genome-mysql.gi.ucsc.edu -A -e 'desc asmEquivalent;' hgFixed
+----------------------+-------------------------------------------+
| Field | Type |
+----------------------+-------------------------------------------+
| source | varchar(255) |
| destination | varchar(255) |
| sourceAuthority | enum('ensembl','ucsc','genbank','refseq') |
| destinationAuthority | enum('ensembl','ucsc','genbank','refseq') |
| matchCount | bigint(20) |
| sourceCount | bigint(20) |
| destinationCount | bigint(20) |
+----------------------+-------------------------------------------+
The "Count" indications are the count of individual sequences in the assembly. When all
three counts are identical, matchCount == sourceCount == destinationCount, then the
match between genome assemblies is perfectly identical.
The mouse genome assemblies featured in the UCSC Genome Browser are the same as those on the NCBI web site with one difference: the UCSC versions contain only the reference strain data (C57BL/6J). NCBI provides data for several additional strains in their builds.
In addition to the assembly versions currently available in the Genome Browser, you can access the data for older assemblies of the browser through our -Downloads page.
+Downloads page.GenBank updates for mRNA, RefSeq, and EST data occur on a semi-quarterly basis, following major NCBI releases. These updates are in place for most Genome Browser assemblies. Assemblies that are not on an incremental update schedule are updated whenever we load a new assembly or make a major revision to a table.
bigBedNamedItems command-line tool to extract the rsID coordinates directly from the
bigBed file instead of using the Table Browser.
More information and examples using the
bigBedNamedItems utility can be found on the following
FAQ entry. As a reminder, you can run any Kent command-line tool
without arguments to get the usage statement.
Several utilities for working with bigBed-formatted binary files can be downloaded -here. +here. Run a utility with no arguments to see a brief description of the utility and its options.
bigBedToBed http://hgdownload.soe.ucsc.edu/gbdb/hg38/snp/dbSnp155.bb -chrom=chr1 -start=200000 -end=200400 stdout+
bigBedToBed http://hgdownload.gi.ucsc.edu/gbdb/hg38/snp/dbSnp155.bb -chrom=chr1 -start=200000 -end=200400 stdout
bigBedNamedItems dbSnp155.bb rs6657048 stdout
bigBedNamedItems -nameFile dbSnp155.bb myIds.txt dbSnp155.myIds.bed
The initial release of a new genome assembly typically contains a small subset of core annotation