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