This directory contains a dump of the UCSC genome annotation database for the
Jul. 2013 (C_griseus_v1.0/criGri1) assembly of the chinese hamster genome
(criGri1, Beijing Genomics Institution-Shenzhen) .
The annotations were generated by UCSC and collaborators worldwide.
For more information about this assembly, please note the NCBI resources:
http://www.ncbi.nlm.nih.gov/genome/2791
http://www.ncbi.nlm.nih.gov/genome/assembly/40911
http://www.ncbi.nlm.nih.gov/bioproject/167053
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=criGri1
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/criGri1/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/criGri1/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
rsync -avzP
rsync://hgdownload.cse.ucsc.edu/goldenPath/criGri1/database/gc5BaseBw.txt.gz .
Or with wget, all files:
wget --timestamping
'ftp://hgdownload.cse.ucsc.edu/goldenPath/criGri1/database/*'
With wget, a single file:
wget --timestamping
'ftp://hgdownload.cse.ucsc.edu/goldenPath/criGri1/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 criGri1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql criGri1 --local-infile=1
-e 'LOAD DATA LOCAL INFILE "/dev/stdin" INTO TABLE chromInfo;'
-----------------------------------------------------------------------------
GenBank Data Usage
The GenBank database is designed to provide and encourage access within
the scientific community to the most up to date and comprehensive DNA
sequence information. Therefore, NCBI places no restrictions on the use
or distribution of the GenBank data. However, some submitters may claim
patent, copyright, or other intellectual property rights in all or a
portion of the data they have submitted. NCBI is not in a position to
assess the validity of such claims, and therefore cannot provide comment
or unrestricted permission concerning the use, copying, or distribution
of the information contained in GenBank.
-----------------------------------------------------------------------------
All the files and tables in this directory are freely usable for any purpose.
Name Last modified Size Description
Parent Directory -
xenoMrna.txt.gz 2018-07-29 05:38 33
crisprTargets.txt.gz 2017-08-20 09:02 61
gc5BaseBw.txt.gz 2014-05-08 12:03 66
bigFiles.txt.gz 2025-03-30 03:48 92
grp.txt.gz 2014-05-08 12:03 206
estOrientInfo.txt.gz 2014-05-08 12:03 278
history.txt.gz 2014-05-08 12:03 466
intronEst.txt.gz 2014-05-08 11:56 533
hgFindSpec.txt.gz 2025-03-26 16:05 716
all_est.txt.gz 2014-05-08 11:56 790
gc5BaseBw.sql 2014-05-08 12:03 1.3K
crisprTargets.sql 2017-08-20 09:02 1.3K
grp.sql 2014-05-08 12:03 1.3K
chromInfo.sql 2014-05-08 12:02 1.4K
bigFiles.sql 2025-03-30 03:48 1.4K
ucscToINSDC.sql 2014-05-08 12:03 1.4K
crisprRanges.sql 2017-08-20 09:02 1.4K
tableDescriptions.sql 2025-03-29 02:03 1.5K
windowmaskerSdust.sql 2014-05-08 12:03 1.5K
microsat.sql 2015-08-23 12:50 1.5K
locusName.sql 2017-08-20 09:02 1.5K
cytoBandIdeo.sql 2014-05-08 12:03 1.5K
chainHg19Link.sql 2014-05-08 11:57 1.5K
chainCriGriChoV1Link.sql 2017-11-26 06:20 1.6K
history.sql 2014-05-08 12:03 1.6K
tableList.sql 2025-03-30 03:48 1.6K
gap.sql 2014-05-08 12:03 1.6K
gbLoaded.sql 2020-08-18 20:53 1.6K
gold.sql 2014-05-08 12:03 1.7K
genscan.sql 2014-05-08 12:03 1.7K
cpgIslandExt.sql 2014-05-08 12:03 1.7K
chainHg19.sql 2014-05-08 11:56 1.7K
cpgIslandExtUnmasked.sql 2014-05-08 12:03 1.7K
chainCriGriChoV1.sql 2017-11-26 06:17 1.7K
refFlat.sql 2020-08-18 20:36 1.7K
xenoRefFlat.sql 2020-08-18 20:53 1.7K
estOrientInfo.sql 2014-05-08 12:03 1.8K
hgFindSpec.sql 2025-03-26 16:05 1.8K
mrnaOrientInfo.sql 2020-05-06 06:16 1.8K
rmsk.sql 2014-05-08 12:03 1.9K
simpleRepeat.sql 2014-05-08 12:03 1.9K
nestedRepeats.sql 2014-05-08 11:57 1.9K
augustusGene.sql 2015-07-26 11:46 1.9K
refGene.sql 2020-08-18 20:36 1.9K
xenoRefGene.sql 2020-08-18 20:40 2.0K
trackDb.sql 2025-03-26 16:05 2.1K
netHg19.sql 2014-05-08 12:02 2.1K
all_est.sql 2014-05-08 11:56 2.1K
all_mrna.sql 2018-11-04 06:14 2.1K
xenoMrna.sql 2018-07-29 05:38 2.1K
intronEst.sql 2014-05-08 11:56 2.1K
netCriGriChoV1.sql 2017-11-26 06:38 2.1K
refSeqAli.sql 2020-05-06 06:20 2.1K
xenoRefSeqAli.sql 2020-08-18 20:53 2.1K
tableList.txt.gz 2025-03-30 03:48 2.7K
tableDescriptions.txt.gz 2025-03-29 02:03 5.3K
refFlat.txt.gz 2020-08-18 20:36 36K
refGene.txt.gz 2020-08-18 20:36 39K
trackDb.txt.gz 2025-03-26 16:05 40K
refSeqAli.txt.gz 2020-05-06 06:20 44K
gbLoaded.txt.gz 2020-08-18 20:53 65K
cytoBandIdeo.txt.gz 2014-05-08 12:03 185K
chromInfo.txt.gz 2014-05-08 12:02 200K
cpgIslandExt.txt.gz 2014-05-08 12:03 290K
ucscToINSDC.txt.gz 2014-05-08 12:03 307K
cpgIslandExtUnmasked.txt.gz 2014-05-08 12:03 309K
mrnaOrientInfo.txt.gz 2020-05-06 06:16 802K
microsat.txt.gz 2015-08-23 12:50 2.0M
gap.txt.gz 2014-05-08 12:03 2.0M
augustusGene.txt.gz 2015-07-26 11:46 2.1M
crisprRanges.txt.gz 2017-08-20 09:02 2.1M
all_mrna.txt.gz 2018-11-04 06:14 2.9M
gold.txt.gz 2014-05-08 12:03 3.0M
genscan.txt.gz 2014-05-08 12:03 3.0M
nestedRepeats.txt.gz 2014-05-08 11:57 8.9M
locusName.txt.gz 2017-08-20 09:02 9.1M
netCriGriChoV1.txt.gz 2017-11-26 06:38 16M
simpleRepeat.txt.gz 2014-05-08 12:03 23M
xenoRefFlat.txt.gz 2020-08-18 20:53 38M
xenoRefGene.txt.gz 2020-08-18 20:40 42M
xenoRefSeqAli.txt.gz 2020-08-18 20:53 44M
netHg19.txt.gz 2014-05-08 12:02 51M
windowmaskerSdust.txt.gz 2014-05-08 12:04 84M
rmsk.txt.gz 2014-05-08 12:03 101M
chainHg19.txt.gz 2014-05-08 11:56 266M
chainCriGriChoV1.txt.gz 2017-11-26 06:18 788M
chainHg19Link.txt.gz 2014-05-08 11:59 1.0G
chainCriGriChoV1Link.txt.gz 2017-11-26 06:25 3.5G