This directory contains a dump of the UCSC genome annotation database for
the Jan. 2010 (GGSC Nleu1.0/nomLeu1) assembly of the gibbon genome (nomLeu1, GGSC (NCBI project 13975, accession GCA_000146795.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 gibbon genome, see the project website:
http://www.ncbi.nlm.nih.gov/bioproject/13975

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=nomLeu1
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/nomLeu1/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/nomLeu1/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
    rsync -avzP 
        rsync://hgdownload.cse.ucsc.edu/goldenPath/nomLeu1/database/gc5BaseBw.txt.gz .

Or with wget, all files:
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/nomLeu1/database/*'
With wget, a single file: 
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/nomLeu1/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 nomLeu1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql nomLeu1 --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 13:34 32M xenoRefSeqAli.sql 2020-08-22 13:34 2.1K xenoRefGene.txt.gz 2020-08-22 13:34 33M xenoRefGene.sql 2020-08-22 13:34 2.0K xenoRefFlat.txt.gz 2020-08-22 13:34 30M xenoRefFlat.sql 2020-08-22 13:34 1.7K xenoMrna.txt.gz 2016-02-21 20:37 301M xenoMrna.sql 2016-02-21 20:37 2.1K trackDb_pushedout.txt.gz 2021-12-27 12:20 18K trackDb_pushedout.sql 2021-12-27 12:20 2.1K trackDb.txt.gz 2023-03-28 13:51 18K trackDb.sql 2023-03-28 13:51 2.1K tableList.txt.gz 2024-04-14 03:34 2.5K tableList.sql 2024-04-14 03:34 1.6K tableDescriptions.txt.gz 2024-04-13 02:03 5.2K tableDescriptions.sql 2024-04-13 02:03 1.5K tRNAs.txt.gz 2012-04-16 03:21 10K tRNAs.sql 2012-04-16 03:21 1.7K simpleRepeat.txt.gz 2011-11-22 15:51 22M simpleRepeat.sql 2011-11-22 15:51 1.9K rmsk.txt.gz 2011-11-22 15:53 128M rmsk.sql 2011-11-22 15:53 1.8K netMm10.txt.gz 2012-10-21 03:39 70M netMm10.sql 2012-10-21 03:38 2.1K netHg19.txt.gz 2011-11-22 15:52 16M netHg19.sql 2011-11-22 15:52 2.0K netGorGor3.txt.gz 2011-11-22 15:54 20M netGorGor3.sql 2011-11-22 15:54 2.0K nestedRepeats.txt.gz 2011-11-22 15:47 16M nestedRepeats.sql 2011-11-22 15:47 1.9K mrnaOrientInfo.txt.gz 2020-08-22 12:49 3.2K mrnaOrientInfo.sql 2020-08-22 12:49 1.8K microsat.txt.gz 2015-08-23 22:14 320K microsat.sql 2015-08-23 22:14 1.5K history.txt.gz 2011-11-22 15:53 433 history.sql 2011-11-22 15:53 1.5K hgFindSpec_pushedout.txt.gz 2021-12-27 12:20 677 hgFindSpec_pushedout.sql 2021-12-27 12:20 1.8K hgFindSpec.txt.gz 2023-03-28 13:51 716 hgFindSpec.sql 2023-03-28 13:51 1.8K grp.txt.gz 2014-03-02 04:14 208 grp.sql 2014-03-02 04:14 1.3K gold.txt.gz 2011-11-22 15:47 3.2M gold.sql 2011-11-22 15:47 1.6K gc5BaseBw.txt.gz 2011-11-22 15:50 63 gc5BaseBw.sql 2011-11-22 15:50 1.2K gbLoaded.txt.gz 2020-08-22 13:34 15K gbLoaded.sql 2020-08-22 13:34 1.6K gap.txt.gz 2011-11-22 15:54 2.3M gap.sql 2011-11-22 15:54 1.5K ensemblToGeneName.txt.gz 2018-02-04 08:25 154K ensemblToGeneName.sql 2018-02-04 08:25 1.4K ensemblSource.txt.gz 2018-02-04 08:24 85K ensemblSource.sql 2018-02-04 08:24 1.4K ensPep.txt.gz 2018-02-04 08:24 6.0M ensPep.sql 2018-02-04 08:24 1.3K ensGtp.txt.gz 2018-02-04 08:25 280K ensGtp.sql 2018-02-04 08:25 1.4K ensGene.txt.gz 2018-02-04 08:25 2.2M ensGene.sql 2018-02-04 08:25 1.9K chromInfo.txt.gz 2011-11-22 15:52 90K chromInfo.sql 2011-11-22 15:52 1.3K chromAlias.txt.gz 2016-09-15 18:00 91K chromAlias.sql 2016-09-15 18:00 1.4K chainMm10Link.txt.gz 2012-10-21 03:39 464M chainMm10Link.sql 2012-10-21 03:39 1.5K chainMm10.txt.gz 2012-10-21 03:41 57M chainMm10.sql 2012-10-21 03:41 1.7K chainHg19Link.txt.gz 2011-11-22 15:55 136M chainHg19Link.sql 2011-11-22 15:54 1.5K chainHg19.txt.gz 2011-11-22 15:50 16M chainHg19.sql 2011-11-22 15:50 1.6K chainGorGor3Link.txt.gz 2011-11-22 15:47 121M chainGorGor3Link.sql 2011-11-22 15:47 1.5K chainGorGor3.txt.gz 2011-11-22 15:50 15M chainGorGor3.sql 2011-11-22 15:50 1.6K bigFiles.txt.gz 2024-04-14 03:34 68 bigFiles.sql 2024-04-14 03:34 1.4K augustusGene.txt.gz 2015-07-26 16:56 2.1M augustusGene.sql 2015-07-26 16:56 1.9K all_mrna.txt.gz 2020-08-22 12:49 8.4K all_mrna.sql 2020-08-22 12:49 2.1K