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