This directory contains a dump of the UCSC genome annotation database for
the Jun. 2011 (GGSC Nleu1.1/nomLeu2) assembly of the gibbon genome (nomLeu2, Gibbon Genome Sequencing Consortium Nleu1.1 (NCBI project 13975, GCA_000146795.2, WGS ADFV01)).
The annotations were generated by UCSC and collaborators worldwide.

For more information about this assembly, please note the NCBI resources:
    http://www.ncbi.nlm.nih.gov/genome/480
    http://www.ncbi.nlm.nih.gov/genome/assembly/313108
    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=nomLeu2
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/nomLeu2/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/nomLeu2/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
    rsync -avzP 
        rsync://hgdownload.cse.ucsc.edu/goldenPath/nomLeu2/database/gc5BaseBw.txt.gz .

Or with wget, all files:
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/nomLeu2/database/*'
With wget, a single file: 
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/nomLeu2/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 nomLeu2 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql nomLeu2 --local-infile=1 
        -e 'LOAD DATA LOCAL INFILE "/dev/stdin" INTO TABLE chromInfo;'

-----------------------------------------------------------------------------
GenBank Data Usage

The GenBank database is designed to provide and encourage access within 
the scientific community to the most up to date and comprehensive DNA 
sequence information. Therefore, NCBI places no restrictions on the use 
or distribution of the GenBank data. However, some submitters may claim 
patent, copyright, or other intellectual property rights in all or a 
portion of the data they have submitted. NCBI is not in a position to 
assess the validity of such claims, and therefore cannot provide comment 
or unrestricted permission concerning the use, copying, or distribution 
of the information contained in GenBank.

-----------------------------------------------------------------------------
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 12:49 44M xenoRefSeqAli.sql 2020-08-22 12:49 2.1K xenoRefGene.txt.gz 2020-08-22 12:49 42M xenoRefGene.sql 2020-08-22 12:49 2.0K xenoRefFlat.txt.gz 2020-08-22 12:49 38M xenoRefFlat.sql 2020-08-22 12:49 1.7K xenoMrna.txt.gz 2016-02-21 20:42 314M xenoMrna.sql 2016-02-21 20:41 2.1K windowmaskerSdust.txt.gz 2012-11-16 12:03 139M windowmaskerSdust.sql 2012-11-16 12:02 1.5K trackDb_pushedout.txt.gz 2021-08-02 14:31 17K trackDb_pushedout.sql 2021-08-02 14:31 2.1K trackDb.txt.gz 2023-03-28 13:51 18K trackDb.sql 2023-03-28 13:51 2.1K tableList.txt.gz 2024-03-24 03:45 2.0K tableList.sql 2024-03-24 03:45 1.6K tableDescriptions.txt.gz 2024-03-23 02:03 4.7K tableDescriptions.sql 2024-03-23 02:03 1.4K simpleRepeat.txt.gz 2012-11-16 11:58 22M simpleRepeat.sql 2012-11-16 11:58 1.9K rmsk.txt.gz 2012-11-16 11:59 130M rmsk.sql 2012-11-16 11:58 1.9K netMm10.txt.gz 2012-11-16 11:58 70M netMm10.sql 2012-11-16 11:58 2.1K nestedRepeats.txt.gz 2012-11-16 11:55 17M nestedRepeats.sql 2012-11-16 11:55 1.9K microsat.txt.gz 2015-08-23 22:22 320K microsat.sql 2015-08-23 22:22 1.5K history.txt.gz 2012-11-16 11:58 513 history.sql 2012-11-16 11:58 1.6K hgFindSpec_pushedout.txt.gz 2021-08-02 14:31 453 hgFindSpec_pushedout.sql 2021-08-02 14:31 1.8K hgFindSpec.txt.gz 2023-03-28 13:51 491 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 2012-11-16 11:58 3.2M gold.sql 2012-11-16 11:58 1.7K genscan.txt.gz 2012-11-16 11:58 2.7M genscan.sql 2012-11-16 11:58 1.7K gc5BaseBw.txt.gz 2012-11-16 11:56 63 gc5BaseBw.sql 2012-11-16 11:56 1.3K gbLoaded.txt.gz 2020-08-22 12:49 23K gbLoaded.sql 2020-08-22 12:49 1.6K gap.txt.gz 2012-11-16 12:03 2.3M gap.sql 2012-11-16 12:03 1.6K cytoBandIdeo.txt.gz 2013-04-28 19:26 88K cytoBandIdeo.sql 2013-04-28 19:26 1.5K cpgIslandExtUnmasked.txt.gz 2014-06-01 17:23 1.3M cpgIslandExtUnmasked.sql 2014-06-01 17:23 1.7K cpgIslandExt.txt.gz 2012-11-16 11:56 581K cpgIslandExt.sql 2012-11-16 11:56 1.7K chromInfo.txt.gz 2012-11-16 12:03 90K chromInfo.sql 2012-11-16 12:03 1.4K chainMm10Link.txt.gz 2012-11-16 12:00 463M chainMm10Link.sql 2012-11-16 11:59 1.5K chainMm10.txt.gz 2012-11-16 11:58 57M chainMm10.sql 2012-11-16 11:58 1.7K bigFiles.txt.gz 2024-03-24 03:45 68 bigFiles.sql 2024-03-24 03:45 1.4K augustusGene.txt.gz 2015-07-26 16:56 2.1M augustusGene.sql 2015-07-26 16:56 1.9K