This directory contains a dump of the UCSC genome annotation database for
the Feb. 2010 (ISGC Ovis_aries_1.0/oviAri1) assembly of the sheep genome 
(oviAri1, ISGC (NCBI project 10709, accession GCA_000005525.1)).
The annotations were generated by UCSC and collaborators worldwide.

This assembly was produced by the International Sheep Genomics Consortium (ISGC).
For more information on the sheep genome, see the project website:
http://www.sheephapmap.org/
http://www.ncbi.nlm.nih.gov/sites/entrez?db=genomeprj&cmd=Retrieve&dopt=Overview&list_uids=33937

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

Or with wget, all files:
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/oviAri1/database/*'
With wget, a single file: 
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/oviAri1/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 oviAri1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql oviAri1 --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 - bigFiles.txt.gz 2024-03-24 03:45 33 bigFiles.sql 2024-03-24 03:45 1.4K tableList.txt.gz 2024-03-24 03:45 3.2K tableList.sql 2024-03-24 03:45 1.6K tableDescriptions.txt.gz 2024-03-23 02:03 5.7K tableDescriptions.sql 2024-03-23 02:03 1.4K hgFindSpec.txt.gz 2023-03-28 13:52 582 hgFindSpec.sql 2023-03-28 13:52 1.8K trackDb.txt.gz 2023-03-28 13:52 28K trackDb.sql 2023-03-28 13:52 2.1K hgFindSpec_pushedout.txt.gz 2021-08-02 14:31 544 hgFindSpec_pushedout.sql 2021-08-02 14:31 1.8K trackDb_pushedout.txt.gz 2021-08-02 14:31 27K trackDb_pushedout.sql 2021-08-02 14:31 2.1K gbLoaded.txt.gz 2020-08-22 17:09 43K gbLoaded.sql 2020-08-22 17:09 1.6K xenoRefSeqAli.txt.gz 2020-08-22 17:09 33M xenoRefSeqAli.sql 2020-08-22 17:09 2.1K refSeqAli.txt.gz 2020-08-22 17:09 82K refSeqAli.sql 2020-08-22 17:09 2.1K mrnaOrientInfo.txt.gz 2020-08-22 17:09 58K mrnaOrientInfo.sql 2020-08-22 17:09 1.8K xenoRefFlat.txt.gz 2020-08-22 17:09 31M xenoRefFlat.sql 2020-08-22 17:09 1.7K xenoRefGene.txt.gz 2020-08-22 17:09 35M xenoRefGene.sql 2020-08-22 17:09 2.0K refFlat.txt.gz 2020-08-22 17:09 66K refFlat.sql 2020-08-22 17:09 1.7K refGene.txt.gz 2020-08-22 17:09 75K refGene.sql 2020-08-22 17:09 1.9K all_mrna.txt.gz 2020-08-22 16:33 170K all_mrna.sql 2020-08-22 16:33 2.1K all_est.txt.gz 2016-05-15 11:01 12M all_est.sql 2016-05-15 11:01 2.1K estOrientInfo.txt.gz 2016-05-15 11:01 3.2M estOrientInfo.sql 2016-05-15 11:01 1.8K intronEst.txt.gz 2016-05-15 11:01 6.0M intronEst.sql 2016-05-15 11:01 2.1K xenoMrna.txt.gz 2016-02-21 21:30 271M xenoMrna.sql 2016-02-21 21:29 2.1K microsat.txt.gz 2015-08-23 23:11 32K microsat.sql 2015-08-23 23:11 1.5K augustusGene.txt.gz 2015-07-26 17:21 1.2M augustusGene.sql 2015-07-26 17:21 1.9K cpgIslandExtUnmasked.txt.gz 2014-06-01 17:59 579K cpgIslandExtUnmasked.sql 2014-06-01 17:59 1.7K grp.txt.gz 2014-03-02 04:14 208 grp.sql 2014-03-02 04:14 1.3K netMm10.txt.gz 2013-10-27 19:47 37M netMm10.sql 2013-10-27 19:46 2.1K chainMm10Link.txt.gz 2013-10-27 19:46 152M chainMm10Link.sql 2013-10-27 19:46 1.5K chainMm10.txt.gz 2013-10-27 19:46 14M chainMm10.sql 2013-10-27 19:46 1.7K cytoBandIdeo.txt.gz 2013-04-28 19:59 7.5K cytoBandIdeo.sql 2013-04-28 19:59 1.5K tRNAs.txt.gz 2012-04-16 03:44 33K tRNAs.sql 2012-04-16 03:44 1.7K chainBosTau4.txt.gz 2011-04-16 13:49 2.2G chainBosTau4.sql 2011-04-16 13:42 1.6K netMonDom5.txt.gz 2011-04-16 13:41 13M netMonDom5.sql 2011-04-16 13:41 2.0K chromInfo.txt.gz 2011-04-16 13:41 8.5K chromInfo.sql 2011-04-16 13:41 1.3K simpleRepeat.txt.gz 2011-04-16 13:41 2.6M simpleRepeat.sql 2011-04-16 13:41 1.9K cpgIslandExt.txt.gz 2011-04-16 13:40 545K cpgIslandExt.sql 2011-04-16 13:40 1.6K history.txt.gz 2011-04-16 13:40 539 history.sql 2011-04-16 13:40 1.5K gold.txt.gz 2011-04-16 13:40 36M gold.sql 2011-04-16 13:40 1.6K chainEquCab2.txt.gz 2011-04-16 13:39 145M chainEquCab2.sql 2011-04-16 13:38 1.6K nestedRepeats.txt.gz 2011-04-16 13:38 3.4M nestedRepeats.sql 2011-04-16 13:38 1.9K netHg19.txt.gz 2011-04-16 13:37 57M netHg19.sql 2011-04-16 13:36 2.0K chainEquCab2Link.txt.gz 2011-04-16 13:29 631M chainEquCab2Link.sql 2011-04-16 13:27 1.5K gap.txt.gz 2011-04-16 13:27 34M gap.sql 2011-04-16 13:27 1.5K gc5Base.txt.gz 2011-04-16 13:27 11M gc5Base.sql 2011-04-16 13:26 1.7K chainBosTau4Link.txt.gz 2011-04-16 12:38 4.1G chainBosTau4Link.sql 2011-04-16 12:24 1.5K chainHg19Link.txt.gz 2011-04-16 12:21 272M chainHg19Link.sql 2011-04-16 12:20 1.5K netEquCab2.txt.gz 2011-04-16 12:19 59M netEquCab2.sql 2011-04-16 12:19 2.0K rmsk.txt.gz 2011-04-16 12:19 51M rmsk.sql 2011-04-16 12:18 1.8K ctgPos2.txt.gz 2011-04-16 12:15 2.4K ctgPos2.sql 2011-04-16 12:15 1.5K chainMonDom5Link.txt.gz 2011-04-16 12:14 105M chainMonDom5Link.sql 2011-04-16 12:13 1.5K netBosTau4.txt.gz 2011-04-16 12:13 50M netBosTau4.sql 2011-04-16 12:13 2.0K chainMonDom5.txt.gz 2011-04-16 12:12 32M chainMonDom5.sql 2011-04-16 12:12 1.6K chainHg19.txt.gz 2011-04-16 12:11 30M chainHg19.sql 2011-04-16 12:11 1.6K