This directory contains a dump of the UCSC genome annotation database for
the May 2008 assembly of the C. elegans genome (UCSC version ce6, WUSTL 
School of Medicine GSC and Sanger Institute version WS190). The annotations 
were generated by UCSC and collaborators worldwide.

This assembly was produced by the Genome Sequencing Center at the 
Washington University in St. Louis (WUSTL) School of Medicine and
the Sanger Institute. For more information on the 
C. elegans genome, see the WUSTL project website at
http://genome.wustl.edu/genome.cgi?GENOME=Caenorhabditis+elegans. 
The sequence data may also be downloaded from:
ftp://ftp.sanger.ac.uk/pub/wormbase/WS190/CHROMOSOMES/.

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

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

------------------------------------------------------------------
The C. elegans 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 - chromInfo.sql 2008-07-22 15:42 1.2K chromInfo.txt.gz 2008-07-22 15:42 126 blastSGPep01.sql 2008-07-23 03:14 1.2K blastSGPep01.txt.gz 2008-07-23 03:14 4.9M blastSGRef01.sql 2008-07-23 03:14 1.3K blastSGRef01.txt.gz 2008-07-23 03:14 396K chrIII_chainCaeJap1.sql 2008-07-23 03:14 1.7K chrIII_chainCaeJap1.txt.gz 2008-07-23 03:14 347K chrIV_chainCb3.sql 2008-07-23 03:14 1.6K chrIV_chainCb3.txt.gz 2008-07-23 03:14 1.0M chrIII_chainCaeJap1Link.sql 2008-07-23 03:14 1.4K chrIII_chainCaeJap1Link.txt.gz 2008-07-23 03:14 1.4M chrIII_chainCaePb2.sql 2008-07-23 03:14 1.7K chrIII_chainCaePb2.txt.gz 2008-07-23 03:14 467K chrIII_chainCaePb2Link.sql 2008-07-23 03:14 1.4K chrIII_chainCaePb2Link.txt.gz 2008-07-23 03:14 2.4M chrIII_chainCaeRem3.sql 2008-07-23 03:15 1.7K chrIII_chainCaeRem3.txt.gz 2008-07-23 03:15 397K chrIII_chainCaeRem3Link.sql 2008-07-23 03:15 1.4K chrIII_chainCaeRem3Link.txt.gz 2008-07-23 03:15 2.4M chrIII_chainCb3.sql 2008-07-23 03:15 1.7K chrIII_chainCb3.txt.gz 2008-07-23 03:15 779K chrIII_chainCb3Link.sql 2008-07-23 03:15 1.4K chrIII_chainCb3Link.txt.gz 2008-07-23 03:15 3.8M chrIII_chainPriPac1.sql 2008-07-23 03:15 1.7K chrIII_chainPriPac1.txt.gz 2008-07-23 03:15 146K chrIII_chainPriPac1Link.sql 2008-07-23 03:15 1.4K chrIII_chainPriPac1Link.txt.gz 2008-07-23 03:15 489K chrIII_chainSelf.sql 2008-07-23 03:15 1.7K chrIII_chainSelf.txt.gz 2008-07-23 03:15 3.2M chrIII_chainSelfLink.sql 2008-07-23 03:15 1.4K chrIII_chainSelfLink.txt.gz 2008-07-23 03:16 18M chrIII_gap.sql 2008-07-23 03:16 1.5K chrIII_gap.txt.gz 2008-07-23 03:16 35 chrIII_gold.sql 2008-07-23 03:16 1.6K chrIII_gold.txt.gz 2008-07-23 03:16 7.1K chrIII_rmsk.sql 2008-07-23 03:16 1.9K chrIII_rmsk.txt.gz 2008-07-23 03:16 403K chrII_chainCaeJap1.sql 2008-07-23 03:16 1.7K chrII_chainCaeJap1.txt.gz 2008-07-23 03:16 298K chrII_chainCaeJap1Link.sql 2008-07-23 03:16 1.4K chrII_chainCaeJap1Link.txt.gz 2008-07-23 03:16 1.5M chrII_chainCaePb2.sql 2008-07-23 03:16 1.7K chrII_chainCaePb2.txt.gz 2008-07-23 03:16 499K chrII_chainCaePb2Link.sql 2008-07-23 03:16 1.4K chrII_chainCaePb2Link.txt.gz 2008-07-23 03:16 3.6M chrII_chainCaeRem3.sql 2008-07-23 03:17 1.7K chrII_chainCaeRem3.txt.gz 2008-07-23 03:17 400K chrII_chainCaeRem3Link.sql 2008-07-23 03:17 1.4K chrII_chainCaeRem3Link.txt.gz 2008-07-23 03:17 2.9M chrII_chainCb3.sql 2008-07-23 03:17 1.6K chrII_chainCb3.txt.gz 2008-07-23 03:17 839K chrII_chainCb3Link.sql 2008-07-23 03:17 1.4K chrII_chainCb3Link.txt.gz 2008-07-23 03:17 4.0M chrII_chainPriPac1.sql 2008-07-23 03:17 1.7K chrII_chainPriPac1.txt.gz 2008-07-23 03:17 114K chrII_chainPriPac1Link.sql 2008-07-23 03:17 1.4K chrII_chainPriPac1Link.txt.gz 2008-07-23 03:17 408K extFile.sql 2008-07-23 03:17 1.3K extFile.txt.gz 2008-07-23 03:17 182 chrII_chainSelf.sql 2008-07-23 03:17 1.7K chrII_chainSelf.txt.gz 2008-07-23 03:17 2.9M chrII_chainSelfLink.sql 2008-07-23 03:17 1.4K chrII_chainSelfLink.txt.gz 2008-07-23 03:17 14M chrII_gap.sql 2008-07-23 03:18 1.5K chrII_gap.txt.gz 2008-07-23 03:18 34 chrII_gold.sql 2008-07-23 03:18 1.6K chrII_gold.txt.gz 2008-07-23 03:18 8.9K chrII_rmsk.sql 2008-07-23 03:18 1.8K chrII_rmsk.txt.gz 2008-07-23 03:18 356K chrIV_chainCaeJap1.sql 2008-07-23 03:18 1.7K chrIV_chainCaeJap1.txt.gz 2008-07-23 03:18 465K chrIV_chainCaeJap1Link.sql 2008-07-23 03:18 1.4K chrIV_chainCaeJap1Link.txt.gz 2008-07-23 03:18 2.0M chrIV_chainCaePb2.sql 2008-07-23 03:18 1.7K chrIV_chainCaePb2.txt.gz 2008-07-23 03:18 560K chrIV_chainCaePb2Link.sql 2008-07-23 03:18 1.4K chrIV_chainCaePb2Link.txt.gz 2008-07-23 03:18 4.0M chrIV_chainCaeRem3.sql 2008-07-23 03:18 1.7K chrIV_chainCaeRem3.txt.gz 2008-07-23 03:18 556K chrIV_chainCaeRem3Link.sql 2008-07-23 03:18 1.4K chrIV_chainCaeRem3Link.txt.gz 2008-07-23 03:18 4.2M chrIV_chainCb3Link.sql 2008-07-23 03:18 1.4K chrIV_chainCb3Link.txt.gz 2008-07-23 03:18 5.4M chrIV_chainPriPac1.sql 2008-07-23 03:18 1.7K chrIV_chainPriPac1.txt.gz 2008-07-23 03:18 158K chrIV_chainPriPac1Link.sql 2008-07-23 03:18 1.4K chrIV_chainPriPac1Link.txt.gz 2008-07-23 03:18 557K chrIV_chainSelf.sql 2008-07-23 03:18 1.7K chrIV_chainSelf.txt.gz 2008-07-23 03:18 2.7M chrIV_chainSelfLink.sql 2008-07-23 03:18 1.4K chrIV_chainSelfLink.txt.gz 2008-07-23 03:19 11M chrIV_gap.sql 2008-07-23 03:19 1.5K chrIV_gap.txt.gz 2008-07-23 03:19 34 chrIV_gold.sql 2008-07-23 03:19 1.6K chrIV_gold.txt.gz 2008-07-23 03:19 8.8K chrIV_rmsk.sql 2008-07-23 03:19 1.8K chrIV_rmsk.txt.gz 2008-07-23 03:19 391K chrI_chainCaeJap1.sql 2008-07-23 03:19 1.7K chrI_chainCaeJap1.txt.gz 2008-07-23 03:19 240K chrI_chainCaeJap1Link.sql 2008-07-23 03:19 1.4K chrI_chainCaeJap1Link.txt.gz 2008-07-23 03:19 1.3M chrI_chainCaePb2.sql 2008-07-23 03:19 1.7K chrI_chainCaePb2.txt.gz 2008-07-23 03:19 354K chrI_chainCaePb2Link.sql 2008-07-23 03:19 1.4K chrI_chainCaePb2Link.txt.gz 2008-07-23 03:19 3.1M chrI_chainCaeRem3.sql 2008-07-23 03:19 1.7K chrI_chainCaeRem3.txt.gz 2008-07-23 03:19 262K chrI_chainCaeRem3Link.sql 2008-07-23 03:19 1.4K chrI_chainCaeRem3Link.txt.gz 2008-07-23 03:19 2.2M chrI_chainCb3.sql 2008-07-23 03:19 1.6K chrI_chainCb3.txt.gz 2008-07-23 03:19 675K chrI_chainCb3Link.sql 2008-07-23 03:19 1.4K chrI_chainCb3Link.txt.gz 2008-07-23 03:19 3.8M chrI_chainPriPac1.sql 2008-07-23 03:20 1.7K chrI_chainPriPac1.txt.gz 2008-07-23 03:20 97K chrI_chainPriPac1Link.sql 2008-07-23 03:20 1.4K chrI_chainPriPac1Link.txt.gz 2008-07-23 03:20 353K chrI_chainSelf.sql 2008-07-23 03:20 1.6K chrI_chainSelf.txt.gz 2008-07-23 03:20 2.6M chrI_chainSelfLink.sql 2008-07-23 03:20 1.4K chrI_chainSelfLink.txt.gz 2008-07-23 03:20 13M chrI_gap.sql 2008-07-23 03:20 1.5K chrI_gap.txt.gz 2008-07-23 03:20 33 chrI_gold.sql 2008-07-23 03:20 1.6K chrI_gold.txt.gz 2008-07-23 03:20 8.2K chrI_rmsk.sql 2008-07-23 03:20 1.8K chrI_rmsk.txt.gz 2008-07-23 03:20 419K chrM_chainCaeJap1.sql 2008-07-23 03:20 1.7K chrM_chainCaeJap1.txt.gz 2008-07-23 03:20 1.0K chrM_chainCaeJap1Link.sql 2008-07-23 03:20 1.4K chrM_chainCaeJap1Link.txt.gz 2008-07-23 03:20 3.2K chrM_chainCaePb2.sql 2008-07-23 03:20 1.7K chrM_chainCaePb2.txt.gz 2008-07-23 03:20 246 chrM_chainCaePb2Link.sql 2008-07-23 03:20 1.4K chrM_chainCaePb2Link.txt.gz 2008-07-23 03:20 477 chrM_chainCaeRem3.sql 2008-07-23 03:20 1.7K chrM_chainCaeRem3.txt.gz 2008-07-23 03:20 500 chrM_chainCaeRem3Link.sql 2008-07-23 03:20 1.4K chrM_chainCaeRem3Link.txt.gz 2008-07-23 03:20 1.5K chrM_chainCb3.sql 2008-07-23 03:20 1.6K chrM_chainCb3.txt.gz 2008-07-23 03:20 351 chrM_chainCb3Link.sql 2008-07-23 03:20 1.4K chrM_chainCb3Link.txt.gz 2008-07-23 03:20 2.4K chrM_chainPriPac1.sql 2008-07-23 03:20 1.7K chrM_chainPriPac1.txt.gz 2008-07-23 03:20 370 chrM_chainPriPac1Link.sql 2008-07-23 03:20 1.4K chrM_chainPriPac1Link.txt.gz 2008-07-23 03:20 1.3K chrM_chainSelf.sql 2008-07-23 03:20 1.6K chrM_chainSelf.txt.gz 2008-07-23 03:20 98 chrM_chainSelfLink.sql 2008-07-23 03:20 1.4K chrM_chainSelfLink.txt.gz 2008-07-23 03:20 77 chrM_gap.sql 2008-07-23 03:20 1.5K chrM_gap.txt.gz 2008-07-23 03:20 33 chrM_gold.sql 2008-07-23 03:20 1.6K chrM_gold.txt.gz 2008-07-23 03:20 70 chrM_rmsk.sql 2008-07-23 03:20 1.8K chrM_rmsk.txt.gz 2008-07-23 03:20 643 chrV_chainCaeJap1.sql 2008-07-23 03:20 1.7K chrV_chainCaeJap1.txt.gz 2008-07-23 03:20 469K chrV_chainCaeJap1Link.sql 2008-07-23 03:20 1.4K chrV_chainCaeJap1Link.txt.gz 2008-07-23 03:20 2.3M chrV_chainCaePb2.sql 2008-07-23 03:21 1.7K chrV_chainCaePb2.txt.gz 2008-07-23 03:21 1.5M chrV_chainCaePb2Link.sql 2008-07-23 03:21 1.4K chrV_chainCaePb2Link.txt.gz 2008-07-23 03:21 6.9M chrV_chainCaeRem3.sql 2008-07-23 03:21 1.7K chrV_chainCaeRem3.txt.gz 2008-07-23 03:21 828K chrV_chainCaeRem3Link.sql 2008-07-23 03:21 1.4K chrV_chainCaeRem3Link.txt.gz 2008-07-23 03:21 5.0M chrV_chainCb3.sql 2008-07-23 03:21 1.6K chrV_chainCb3.txt.gz 2008-07-23 03:21 2.4M chrV_chainCb3Link.sql 2008-07-23 03:21 1.4K chrV_chainCb3Link.txt.gz 2008-07-23 03:21 8.4M chrV_chainPriPac1.sql 2008-07-23 03:21 1.7K chrV_chainPriPac1.txt.gz 2008-07-23 03:21 142K chrV_chainPriPac1Link.sql 2008-07-23 03:21 1.4K chrV_chainPriPac1Link.txt.gz 2008-07-23 03:21 492K chrV_chainSelf.sql 2008-07-23 03:21 1.6K chrV_chainSelf.txt.gz 2008-07-23 03:22 3.5M chrV_chainSelfLink.sql 2008-07-23 03:22 1.4K chrV_chainSelfLink.txt.gz 2008-07-23 03:22 17M chrV_gap.sql 2008-07-23 03:22 1.5K chrV_gap.txt.gz 2008-07-23 03:22 33 chrV_gold.sql 2008-07-23 03:22 1.6K chrV_gold.txt.gz 2008-07-23 03:22 12K chrV_rmsk.sql 2008-07-23 03:22 1.8K chrV_rmsk.txt.gz 2008-07-23 03:22 469K chrX_chainCaeJap1.sql 2008-07-23 03:22 1.7K chrX_chainCaeJap1.txt.gz 2008-07-23 03:22 386K chrX_chainCaeJap1Link.sql 2008-07-23 03:22 1.4K chrX_chainCaeJap1Link.txt.gz 2008-07-23 03:23 2.1M chrX_chainCaePb2.sql 2008-07-23 03:23 1.7K chrX_chainCaePb2.txt.gz 2008-07-23 03:23 383K chrX_chainCaePb2Link.sql 2008-07-23 03:23 1.4K chrX_chainCaePb2Link.txt.gz 2008-07-23 03:23 3.3M chrX_chainCaeRem3.sql 2008-07-23 03:23 1.7K chrX_chainCaeRem3.txt.gz 2008-07-23 03:23 386K chrX_chainCaeRem3Link.sql 2008-07-23 03:23 1.4K chrX_chainCaeRem3Link.txt.gz 2008-07-23 03:23 3.2M chrX_chainCb3.sql 2008-07-23 03:23 1.6K chrX_chainCb3.txt.gz 2008-07-23 03:23 518K chrX_chainCb3Link.sql 2008-07-23 03:23 1.4K chrX_chainCb3Link.txt.gz 2008-07-23 03:23 3.9M chrX_chainPriPac1.sql 2008-07-23 03:23 1.7K chrX_chainPriPac1.txt.gz 2008-07-23 03:23 198K chrX_chainPriPac1Link.sql 2008-07-23 03:23 1.4K chrX_chainPriPac1Link.txt.gz 2008-07-23 03:23 566K chrX_chainSelf.sql 2008-07-23 03:23 1.6K chrX_chainSelf.txt.gz 2008-07-23 03:23 1.7M chrX_chainSelfLink.sql 2008-07-23 03:23 1.4K chrX_chainSelfLink.txt.gz 2008-07-23 03:23 5.8M chrX_gap.sql 2008-07-23 03:23 1.5K chrX_gap.txt.gz 2008-07-23 03:23 33 chrX_gold.sql 2008-07-23 03:23 1.6K chrX_gold.txt.gz 2008-07-23 03:23 11K chrX_rmsk.sql 2008-07-23 03:23 1.8K chrX_rmsk.txt.gz 2008-07-23 03:23 294K gc5Base.sql 2008-07-23 03:27 1.7K gc5Base.txt.gz 2008-07-23 03:27 394K history.sql 2008-07-23 03:27 1.4K history.txt.gz 2008-07-23 03:27 1.6K kimExpDistance.sql 2008-07-23 03:28 1.2K kimExpDistance.txt.gz 2008-07-23 03:33 120M multiz6way.sql 2008-07-23 03:36 1.4K multiz6way.txt.gz 2008-07-23 03:37 5.6M multiz6wayFrames.sql 2008-07-23 03:37 1.7K multiz6wayFrames.txt.gz 2008-07-23 03:37 7.4M multiz6waySummary.sql 2008-07-23 03:37 1.5K multiz6waySummary.txt.gz 2008-07-23 03:37 568K nestedRepeats.sql 2008-07-23 03:37 1.9K nestedRepeats.txt.gz 2008-07-23 03:37 174K netCaeJap1.sql 2008-07-23 03:37 2.2K netCaeJap1.txt.gz 2008-07-23 03:37 2.6M netCaePb2.sql 2008-07-23 03:37 2.2K netCaePb2.txt.gz 2008-07-23 03:37 3.6M netCaeRem3.sql 2008-07-23 03:37 2.2K netCaeRem3.txt.gz 2008-07-23 03:38 3.6M netCb3.sql 2008-07-23 03:38 2.2K netCb3.txt.gz 2008-07-23 03:38 3.7M netPriPac1.sql 2008-07-23 03:38 2.2K netPriPac1.txt.gz 2008-07-23 03:38 837K orfToGene.sql 2008-07-23 03:38 1.2K orfToGene.txt.gz 2008-07-23 03:38 209K phastCons6way.sql 2008-07-23 03:38 1.7K phastCons6way.txt.gz 2008-07-23 03:38 2.7M phastConsElements6way.sql 2008-07-23 03:38 1.4K phastConsElements6way.txt.gz 2008-07-23 03:38 5.1M sangerCanonical.sql 2008-07-23 03:41 1.4K sangerCanonical.txt.gz 2008-07-23 03:41 330K sangerGene.sql 2008-07-23 03:41 1.6K sangerGene.txt.gz 2008-07-23 03:41 1.4M sangerGeneToWBGeneID.sql 2008-07-23 03:41 1.2K sangerGeneToWBGeneID.txt.gz 2008-07-23 03:41 236K sangerIsoforms.sql 2008-07-23 03:41 1.2K sangerIsoforms.txt.gz 2008-07-23 03:41 125K sangerLinks.sql 2008-07-23 03:41 1.2K sangerLinks.txt.gz 2008-07-23 03:41 2.2M sangerPep.sql 2008-07-23 03:41 1.1K sangerPep.txt.gz 2008-07-23 03:41 4.9M sangerPseudoGene.sql 2008-07-23 03:41 1.6K sangerPseudoGene.txt.gz 2008-07-23 03:41 28K sangerRnaGene.sql 2008-07-23 03:41 1.6K sangerRnaGene.txt.gz 2008-07-23 03:41 102K sangerToRefSeq.sql 2008-07-23 03:41 1.2K sangerToRefSeq.txt.gz 2008-07-23 03:41 141K simpleRepeat.sql 2008-07-23 03:41 1.9K simpleRepeat.txt.gz 2008-07-23 03:41 1.2M ensGene.sql 2008-08-24 03:10 1.9K ensGene.txt.gz 2008-08-24 03:10 1.6M ensGtp.sql 2008-08-24 03:10 1.3K ensGtp.txt.gz 2008-08-24 03:10 178K ensPep.sql 2008-08-24 03:10 1.1K ensPep.txt.gz 2008-08-24 03:10 4.9M nucleosomeControlAntisenseCoverage.sql 2008-10-13 03:06 1.8K nucleosomeControlAntisenseCoverage.txt.gz 2008-10-13 03:06 2.4M nucleosomeFragmentsAntisense.sql 2008-10-13 03:07 1.7K nucleosomeFragmentsAntisense.txt.gz 2008-10-13 03:07 130M monoNucleosomesSense.sql 2008-10-13 03:08 1.8K monoNucleosomesSense.txt.gz 2008-10-13 03:08 2.4M nucleosomeStringency.sql 2008-10-13 03:08 1.8K nucleosomeStringency.txt.gz 2008-10-13 03:08 2.6M nucleosomeAdjustedCoverage.sql 2008-10-13 03:08 1.8K 25mersRepeats.sql 2008-10-13 03:08 1.6K nucleosomeAdjustedCoverage.txt.gz 2008-10-13 03:08 3.1M 25mersRepeats.txt.gz 2008-10-13 03:08 8.5M nucleosomeFragmentsSense.sql 2008-10-13 03:08 1.7K nucleosomeFragmentsSense.txt.gz 2008-10-13 03:09 126M nucleosomeControlSenseCoverage.sql 2008-10-13 03:09 1.8K nucleosomeControlSenseCoverage.txt.gz 2008-10-13 03:09 2.3M monoNucleosomesAntiSense.sql 2008-10-13 03:09 1.8K monoNucleosomesAntiSense.txt.gz 2008-10-13 03:09 2.4M nucleosomeControl.sql 2008-10-13 03:09 1.7K nucleosomeControl.txt.gz 2008-10-13 03:11 326M mt1Reverse.sql 2010-01-24 09:23 1.7K mt1Reverse.txt.gz 2010-01-24 09:23 46K mt3Forward.sql 2010-01-24 09:23 1.7K mt3Forward.txt.gz 2010-01-24 09:23 61K mt3Reverse.sql 2010-01-24 09:23 1.7K mt3Reverse.txt.gz 2010-01-24 09:23 59K wt2Forward.sql 2010-01-24 09:23 1.7K wt2Forward.txt.gz 2010-01-24 09:23 236K wt2Reverse.sql 2010-01-24 09:23 1.7K wt2Reverse.txt.gz 2010-01-24 09:23 232K algBindGenic.sql 2010-01-24 09:23 1.5K algBindGenic.txt.gz 2010-01-24 09:23 381K algBindSites.sql 2010-01-24 09:23 1.5K algBindSites.txt.gz 2010-01-24 09:23 51K mt1Forward.sql 2010-01-24 09:23 1.7K mt1Forward.txt.gz 2010-01-24 09:23 43K mt2Forward.sql 2010-01-24 09:23 1.7K mt2Forward.txt.gz 2010-01-24 09:23 87K mt2Reverse.sql 2010-01-24 09:23 1.7K mt2Reverse.txt.gz 2010-01-24 09:23 86K wt1Forward.sql 2010-01-24 09:23 1.7K wt1Forward.txt.gz 2010-01-24 09:23 192K wt1Reverse.sql 2010-01-24 09:23 1.7K wt1Reverse.txt.gz 2010-01-24 09:23 192K wt3Forward.sql 2010-01-24 09:23 1.7K wt3Forward.txt.gz 2010-01-24 09:23 188K wt3Reverse.sql 2010-01-24 09:23 1.7K wt3Reverse.txt.gz 2010-01-24 09:23 185K sangerBlastTab.sql 2010-08-29 10:49 1.6K scBlastTab.sql 2010-08-29 10:49 1.6K scBlastTab.txt.gz 2010-08-29 10:49 48K sangerBlastTab.txt.gz 2010-08-29 10:49 15M dmBlastTab.sql 2010-08-29 10:49 1.6K dmBlastTab.txt.gz 2010-08-29 10:49 115K chrM_mrna.sql 2011-04-17 22:13 2.0K chrM_mrna.txt.gz 2011-04-17 22:13 34 chrM_intronEst.sql 2011-04-17 22:16 2.0K chrM_intronEst.txt.gz 2011-04-17 22:16 39 rnBlastTab.sql 2012-02-26 05:26 1.6K rnBlastTab.txt.gz 2012-02-26 05:26 88K tRNAs.sql 2012-04-15 17:28 1.7K tRNAs.txt.gz 2012-04-15 17:28 19K pubsBlat.sql 2012-05-07 12:08 1.9K pubsBlat.txt.gz 2012-05-07 12:08 204K pubsBlatPsl.sql 2012-05-07 12:08 2.1K pubsBlatPsl.txt.gz 2012-05-07 12:08 312K drBlastTab.sql 2013-10-27 11:17 1.7K drBlastTab.txt.gz 2013-10-27 11:17 125K grp.sql 2014-03-02 03:40 1.4K grp.txt.gz 2014-03-02 03:40 209 mmBlastTab.sql 2015-05-31 19:28 1.7K mmBlastTab.txt.gz 2015-05-31 19:28 130K hgBlastTab.sql 2015-07-05 21:45 1.7K hgBlastTab.txt.gz 2015-07-05 21:45 132K augustusGene.sql 2015-07-26 11:22 1.9K augustusGene.txt.gz 2015-07-26 11:22 1.3M microsat.sql 2015-08-23 12:20 1.5K microsat.txt.gz 2015-08-23 12:20 3.0K chrII_est.sql 2016-06-05 09:19 2.1K all_est.sql 2016-06-05 09:19 2.1K chrII_est.txt.gz 2016-06-05 09:19 2.6M all_est.txt.gz 2016-06-05 09:19 14M chrII_intronEst.sql 2016-06-05 09:19 2.1K chrII_intronEst.txt.gz 2016-06-05 09:19 2.1M chrIV_est.sql 2016-06-05 09:19 2.1K chrIV_est.txt.gz 2016-06-05 09:19 2.3M chrIII_est.sql 2016-06-05 09:19 2.1K chrIII_est.txt.gz 2016-06-05 09:19 2.4M chrIII_intronEst.sql 2016-06-05 09:19 2.1K chrIII_intronEst.txt.gz 2016-06-05 09:19 2.0M chrIV_intronEst.sql 2016-06-05 09:19 2.1K chrIV_intronEst.txt.gz 2016-06-05 09:19 1.8M chrI_est.sql 2016-06-05 09:19 2.1K chrI_est.txt.gz 2016-06-05 09:19 3.0M chrI_intronEst.sql 2016-06-05 09:19 2.1K chrI_intronEst.txt.gz 2016-06-05 09:19 2.2M chrM_est.sql 2016-06-05 09:19 2.1K chrM_est.txt.gz 2016-06-05 09:19 52K chrV_est.sql 2016-06-05 09:19 2.1K chrV_est.txt.gz 2016-06-05 09:19 2.3M chrV_intronEst.sql 2016-06-05 09:19 2.1K chrV_intronEst.txt.gz 2016-06-05 09:19 1.8M chrX_est.sql 2016-06-05 09:19 2.1K chrX_est.txt.gz 2016-06-05 09:19 1.8M chrX_intronEst.sql 2016-06-05 09:19 2.1K chrX_intronEst.txt.gz 2016-06-05 09:19 1.5M estOrientInfo.sql 2016-06-05 09:19 1.8K estOrientInfo.txt.gz 2016-06-05 09:19 4.1M chrV_mrna.sql 2018-01-07 06:39 2.1K chrV_mrna.txt.gz 2018-01-07 06:39 41K chrI_mrna.sql 2020-05-07 16:40 2.1K chrI_mrna.txt.gz 2020-05-07 16:40 41K chrII_mrna.sql 2020-08-21 05:07 2.1K chrII_mrna.txt.gz 2020-08-21 05:07 31K chrIV_mrna.sql 2020-08-21 05:07 2.1K chrIV_mrna.txt.gz 2020-08-21 05:07 119K chrIII_mrna.sql 2020-08-21 05:07 2.1K chrIII_mrna.txt.gz 2020-08-21 05:07 40K chrX_mrna.sql 2020-08-21 05:07 2.1K chrX_mrna.txt.gz 2020-08-21 05:07 47K all_mrna.sql 2020-08-21 05:07 2.1K all_mrna.txt.gz 2020-08-21 05:07 317K xenoMrna.sql 2020-08-21 05:07 2.1K xenoMrna.txt.gz 2020-08-21 05:07 38M refGene.sql 2020-08-21 05:14 1.9K refGene.txt.gz 2020-08-21 05:14 2.3M refFlat.sql 2020-08-21 05:14 1.7K refFlat.txt.gz 2020-08-21 05:14 2.1M xenoRefGene.sql 2020-08-21 05:14 1.9K xenoRefGene.txt.gz 2020-08-21 05:14 1.7M xenoRefFlat.sql 2020-08-21 05:14 1.7K xenoRefFlat.txt.gz 2020-08-21 05:14 1.5M mrnaOrientInfo.sql 2020-08-21 05:14 1.8K mrnaOrientInfo.txt.gz 2020-08-21 05:14 843K refSeqAli.sql 2020-08-21 05:14 2.1K refSeqAli.txt.gz 2020-08-21 05:14 2.6M xenoRefSeqAli.sql 2020-08-21 05:14 2.1K xenoRefSeqAli.txt.gz 2020-08-21 05:14 1.8M gbLoaded.sql 2020-08-21 05:14 1.6K gbLoaded.txt.gz 2020-08-21 05:14 109K trackDb_pushedout.sql 2022-11-29 11:10 2.1K trackDb_pushedout.txt.gz 2022-11-29 11:10 42K hgFindSpec_pushedout.sql 2022-11-29 11:10 1.8K hgFindSpec_pushedout.txt.gz 2022-11-29 11:10 884 trackDb.sql 2023-03-28 13:47 2.1K trackDb.txt.gz 2023-03-28 13:47 42K hgFindSpec.sql 2023-03-28 13:47 1.8K hgFindSpec.txt.gz 2023-03-28 13:47 887 tableDescriptions.sql 2024-04-13 02:03 1.5K tableDescriptions.txt.gz 2024-04-13 02:03 9.5K tableList.sql 2024-04-14 03:26 1.6K tableList.txt.gz 2024-04-14 03:26 9.7K bigFiles.sql 2024-04-14 03:26 1.4K bigFiles.txt.gz 2024-04-14 03:26 33