This directory contains a dump of the UCSC genome annotation database for
the Jul. 2011 (HetGla_1.0/hetGla1) assembly of the naked mole-rat genome (hetGla1, HetGla_1.0 (NCBI project 68323, accession GCA_000230455.1)).
The annotations were generated by UCSC and collaborators worldwide.

This assembly was produced by the National Center for Biotechnology Information (NCBI).
For more information on the naked mole-rat genome, see the project website:
http://www.ncbi.nlm.nih.gov/bioproject/68323

Files included in this directory (updated nightly):

  - *.sql files:  the MySQL commands used to create the tables

  - *.txt.gz files: the database tables in a tab-delimited format
    compressed with gzip.

To see descriptions of the tables underlying Genome Browser annotation
tracks, select the table in the Table Browser:
  http://genome.ucsc.edu/cgi-bin/hgTables?db=hetGla1
and click the "describe table schema" button.  There is also a "view
table schema" link on the configuration page for each track.

---------------------------------------------------------------
If you plan to download a large file or multiple files from this 
directory, we recommend you use ftp rather than downloading the files 
via our website. To do so, ftp to hgdownload.cse.ucsc.edu, then go to 
the directory goldenPath/hetGla1/database/. To download multiple 
files, use the "mget" command:

    mget <filename1> <filename2> ...
    - or -
    mget -a (to download all the files in the directory) 

Alternate methods to ftp access.

Using an rsync command to download the entire directory:
    rsync -avzP rsync://hgdownload.cse.ucsc.edu/goldenPath/hetGla1/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
    rsync -avzP 
        rsync://hgdownload.cse.ucsc.edu/goldenPath/hetGla1/database/gc5BaseBw.txt.gz .

Or with wget, all files:
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/hetGla1/database/*'
With wget, a single file: 
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/hetGla1/database/gc5BaseBw.txt.gz' 
        -O gc5BaseBw.txt.gz

Please note that some files contents, such as this example gc5BaseBw.txt.gz,
will point to the data being hosted in another /gbdb/ location, which
refers to ftp://hgdownload.cse.ucsc.edu/gbdb/

To uncompress the *.txt.gz files:
    gunzip <table>.txt.gz
The tables can be loaded directly from the .txt.gz compressed file.
It is not necessary to uncompress them to load into a database,
as shown in the example below.

To load one of the tables directly into your local mirror database,
for example the table chromInfo:
## create table from the sql definition
$ hgsql hetGla1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql hetGla1 --local-infile=1 
        -e 'LOAD DATA LOCAL INFILE "/dev/stdin" INTO TABLE chromInfo;'


All the files and tables in this directory are freely usable for any purpose.

      Name                        Last modified      Size  Description
Parent Directory - xenoRefSeqAli.txt.gz 2020-08-22 02:30 42M xenoRefSeqAli.sql 2020-08-22 02:30 2.1K xenoRefGene.txt.gz 2020-08-22 02:30 43M xenoRefGene.sql 2020-08-22 02:30 2.0K xenoRefFlat.txt.gz 2020-08-22 02:30 39M xenoRefFlat.sql 2020-08-22 02:30 1.7K xenoMrna.txt.gz 2020-08-22 02:23 431M xenoMrna.sql 2020-08-22 02:23 2.1K windowmaskerSdust.txt.gz 2012-05-11 15:13 129M windowmaskerSdust.sql 2012-05-11 15:11 1.4K trackDb_pushedout.txt.gz 2021-12-27 12:20 20K trackDb_pushedout.sql 2021-12-27 12:20 2.1K trackDb.txt.gz 2023-03-28 13:50 20K trackDb.sql 2023-03-28 13:50 2.1K tableList.txt.gz 2024-04-14 03:33 2.3K tableList.sql 2024-04-14 03:33 1.6K tableDescriptions.txt.gz 2024-04-13 02:03 5.2K tableDescriptions.sql 2024-04-13 02:03 1.5K simpleRepeat.txt.gz 2012-05-11 14:38 17M simpleRepeat.sql 2012-05-11 14:38 1.9K rmsk.txt.gz 2012-05-11 12:59 106M rmsk.sql 2012-05-11 12:57 1.8K netMm10.txt.gz 2012-05-11 15:08 64M netMm10.sql 2012-05-11 15:06 2.0K nestedRepeats.txt.gz 2012-05-11 15:11 10M nestedRepeats.sql 2012-05-11 15:11 1.9K mrnaOrientInfo.txt.gz 2019-03-17 09:44 3.2K mrnaOrientInfo.sql 2019-03-17 09:44 1.8K microsat.txt.gz 2015-08-23 17:28 371K microsat.sql 2015-08-23 17:28 1.5K history.txt.gz 2012-05-11 14:38 410 history.sql 2012-05-11 14:38 1.5K hgFindSpec_pushedout.txt.gz 2021-12-27 12:20 660 hgFindSpec_pushedout.sql 2021-12-27 12:20 1.8K hgFindSpec.txt.gz 2023-03-28 13:50 701 hgFindSpec.sql 2023-03-28 13:50 1.8K grp.txt.gz 2014-03-02 04:14 208 grp.sql 2014-03-02 04:14 1.3K gold.txt.gz 2012-05-11 15:10 3.9M gold.sql 2012-05-11 15:10 1.6K genscanSubopt.txt.gz 2012-05-11 14:39 5.9M genscanSubopt.sql 2012-05-11 14:39 1.5K genscanPep.txt.gz 2012-05-11 15:11 7.9M genscanPep.sql 2012-05-11 15:11 1.3K genscan.txt.gz 2012-05-11 14:38 2.4M genscan.sql 2012-05-11 14:38 1.6K gc5BaseBw.txt.gz 2012-05-11 13:50 63 gc5BaseBw.sql 2012-05-11 13:50 1.2K gbLoaded.txt.gz 2020-08-22 02:43 41K gbLoaded.sql 2020-08-22 02:43 1.6K gap.txt.gz 2012-05-11 13:07 3.0M gap.sql 2012-05-11 13:07 1.5K ensemblToGeneName.txt.gz 2021-05-25 14:33 11K ensemblToGeneName.sql 2021-05-25 14:33 1.4K ensemblSource.txt.gz 2021-05-25 14:35 105K ensemblSource.sql 2021-05-25 14:35 1.4K ensPep.txt.gz 2021-05-25 14:35 6.1M ensPep.sql 2021-05-25 14:35 1.3K ensGtp.txt.gz 2021-05-25 14:33 383K ensGtp.sql 2021-05-25 14:33 1.4K ensGene.txt.gz 2021-05-25 14:33 2.5M ensGene.sql 2021-05-25 14:33 1.9K cpgIslandExtUnmasked.txt.gz 2014-06-01 13:50 698K cpgIslandExtUnmasked.sql 2014-06-01 13:50 1.7K cpgIslandExt.txt.gz 2012-05-11 14:39 652K cpgIslandExt.sql 2012-05-11 14:39 1.6K chromInfo.txt.gz 2012-05-11 14:45 134K chromInfo.sql 2012-05-11 14:45 1.3K chromAlias.txt.gz 2018-08-05 06:53 178K chromAlias.sql 2018-08-05 06:53 1.4K chainMm10Link.txt.gz 2012-05-11 13:54 520M chainMm10Link.sql 2012-05-11 13:50 1.5K chainMm10.txt.gz 2012-05-11 12:53 55M chainMm10.sql 2012-05-11 12:52 1.6K bigFiles.txt.gz 2024-04-14 03:33 68 bigFiles.sql 2024-04-14 03:33 1.4K augustusGene.txt.gz 2015-07-26 14:02 1.8M augustusGene.sql 2015-07-26 14:02 1.9K all_mrna.txt.gz 2019-03-17 09:47 20K all_mrna.sql 2019-03-17 09:47 2.1K