This directory contains a dump of the UCSC genome annotation database for
the Feb. 2008 assembly of the C. brenneri genome (UCSC version caePb2, 
WUSTL version 6.0.1). The annotations were generated by UCSC and 
collaborators worldwide.

Various strains of this Caenorhabditis are named Caenorhabditis n. sp. 4.
PB2801, LKC28, CB5161, SB129, SB280.

This assembly was produced by the Genome Sequencing Center at
the Washington University School of Medicine in St. Louis (WUSTL).
For more information on the C. brenneri genome, see the project website:
http://genome.wustl.edu/genome.cgi?GENOME=Caenorhabditis%20brenneri.

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

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

------------------------------------------------------------------
All of the annotations in this directory are freely available for any use.
The C. brenneri sequence is made freely available to the community by the
Genome Sequencing Center at the WUSTL School of Medicine. Please see the
WUSTL data use policy at http://genome.wustl.edu/data.cgi for data use
restrictions and citation information.
      Name                        Last modified      Size  Description
Parent Directory - all_est.sql 2016-06-05 09:10 2.1K all_est.txt.gz 2016-06-05 09:10 1.3M all_mrna.sql 2011-04-17 21:42 2.0K all_mrna.txt.gz 2011-04-17 21:42 10K augustusGene.sql 2015-07-26 10:40 1.9K augustusGene.txt.gz 2015-07-26 10:40 2.1M bigFiles.sql 2024-03-24 03:35 1.4K bigFiles.txt.gz 2024-03-24 03:35 33 blastCe6SG.sql 2008-08-20 03:16 2.1K blastCe6SG.txt.gz 2008-08-20 03:16 2.3M chrUn_chainCe6.sql 2008-08-01 03:14 1.7K chrUn_chainCe6.txt.gz 2008-08-01 03:14 3.8M chrUn_chainCe6Link.sql 2008-08-01 03:14 1.4K chrUn_chainCe6Link.txt.gz 2008-08-01 03:15 24M chrUn_gap.sql 2008-06-20 13:09 1.5K chrUn_gap.txt.gz 2008-06-20 13:09 185K chrUn_gold.sql 2008-06-20 13:09 1.6K chrUn_gold.txt.gz 2008-06-20 13:09 63K chromInfo.sql 2008-06-20 13:09 1.2K chromInfo.txt.gz 2008-06-20 13:09 69 ctgPos2.sql 2008-06-20 13:09 1.4K ctgPos2.txt.gz 2008-06-20 13:09 191K estOrientInfo.sql 2016-06-05 09:10 1.8K estOrientInfo.txt.gz 2016-06-05 09:10 373K gbLoaded.sql 2020-08-18 10:13 1.6K gbLoaded.txt.gz 2020-08-18 10:13 113K gc5Base.sql 2008-06-20 13:11 1.7K gc5Base.txt.gz 2008-06-20 13:11 785K grp.sql 2014-03-02 03:40 1.4K grp.txt.gz 2014-03-02 03:40 199 hgFindSpec.sql 2023-03-28 13:46 1.8K hgFindSpec.txt.gz 2023-03-28 13:46 638 hgFindSpec_pushedout.sql 2021-12-27 12:21 1.8K hgFindSpec_pushedout.txt.gz 2021-12-27 12:21 599 history.sql 2008-06-20 13:11 1.4K history.txt.gz 2008-06-20 13:11 347 intronEst.sql 2016-06-05 09:10 2.1K intronEst.txt.gz 2016-06-05 09:10 1.1M microsat.sql 2015-08-23 10:55 1.5K microsat.txt.gz 2015-08-23 10:55 8.0K mrnaOrientInfo.sql 2011-04-17 21:40 1.7K mrnaOrientInfo.txt.gz 2011-04-17 21:40 3.2K netCe6.sql 2008-08-01 03:16 2.2K netCe6.txt.gz 2008-08-01 03:16 4.5M simpleRepeat.sql 2008-06-20 13:12 1.9K simpleRepeat.txt.gz 2008-06-20 13:12 1.6M tRNAs.sql 2012-04-22 19:09 1.7K tRNAs.txt.gz 2012-04-22 19:09 24K tableDescriptions.sql 2024-03-23 02:03 1.4K tableDescriptions.txt.gz 2024-03-23 02:03 4.5K tableList.sql 2024-03-24 03:35 1.6K tableList.txt.gz 2024-03-24 03:35 2.3K trackDb.sql 2023-03-28 13:46 2.1K trackDb.txt.gz 2023-03-28 13:46 22K trackDb_pushedout.sql 2021-12-27 12:21 2.1K trackDb_pushedout.txt.gz 2021-12-27 12:21 20K windowmaskerSdust.sql 2008-06-20 13:12 1.4K windowmaskerSdust.txt.gz 2008-06-20 13:12 12M xenoMrna.sql 2020-08-18 09:55 2.1K xenoMrna.txt.gz 2020-08-18 09:55 112M xenoRefFlat.sql 2020-08-18 10:10 1.7K xenoRefFlat.txt.gz 2020-08-18 10:10 11M xenoRefGene.sql 2020-08-18 09:59 2.0K xenoRefGene.txt.gz 2020-08-18 09:59 13M xenoRefSeqAli.sql 2020-08-18 10:11 2.1K xenoRefSeqAli.txt.gz 2020-08-18 10:11 14M