This directory contains a dump of the UCSC genome annotation database for the
Mar. 2015 (BGI_ZX_2015/nanPar1) assembly of the tibetan frog genome
(nanPar1, ASM93562v1) .
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/36384
http://www.ncbi.nlm.nih.gov/genome/assembly/302061
http://www.ncbi.nlm.nih.gov/bioproject/243398
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=nanPar1
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/nanPar1/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/nanPar1/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
rsync -avzP
rsync://hgdownload.cse.ucsc.edu/goldenPath/nanPar1/database/gc5BaseBw.txt.gz .
Or with wget, all files:
wget --timestamping
'ftp://hgdownload.cse.ucsc.edu/goldenPath/nanPar1/database/*'
With wget, a single file:
wget --timestamping
'ftp://hgdownload.cse.ucsc.edu/goldenPath/nanPar1/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 nanPar1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql nanPar1 --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 -
xenoRefSeqAli.txt.gz 2020-08-19 20:13 27M
xenoRefSeqAli.sql 2020-08-19 20:13 2.1K
xenoRefGene.txt.gz 2020-08-19 20:02 30M
xenoRefGene.sql 2020-08-19 20:02 2.0K
xenoRefFlat.txt.gz 2020-08-19 20:02 27M
xenoRefFlat.sql 2020-08-19 20:02 1.7K
windowmaskerSdust.txt.gz 2017-04-13 16:08 105M
windowmaskerSdust.sql 2017-04-13 16:07 1.5K
ucscToRefSeq.txt.gz 2017-04-13 16:07 149K
ucscToRefSeq.sql 2017-04-13 16:07 1.4K
ucscToINSDC.txt.gz 2017-04-13 16:07 148K
ucscToINSDC.sql 2017-04-13 16:07 1.4K
trackDb.txt.gz 2024-03-02 15:23 42K
trackDb.sql 2024-03-02 15:23 2.1K
tissue.txt.gz 2017-04-13 16:07 59
tissue.sql 2017-04-13 16:07 1.4K
tableList.txt.gz 2025-10-26 03:08 3.5K
tableList.sql 2025-10-26 03:08 1.6K
tableDescriptions.txt.gz 2025-10-25 09:07 7.6K
tableDescriptions.sql 2025-10-25 09:07 1.5K
source.txt.gz 2017-04-13 16:07 271K
source.sql 2017-04-13 16:07 1.4K
simpleRepeat.txt.gz 2017-04-13 16:05 28M
simpleRepeat.sql 2017-04-13 16:05 1.9K
sex.txt.gz 2017-04-13 16:02 39
sex.sql 2017-04-13 16:02 1.4K
seqNcbiRefSeq.txt.gz 2020-05-10 03:28 386K
seqNcbiRefSeq.sql 2020-05-10 03:28 1.5K
rmsk.txt.gz 2017-04-13 16:04 12M
rmsk.sql 2017-04-13 16:04 1.9K
refSeqSummary.txt.gz 2017-04-13 16:04 5.9M
refSeqSummary.sql 2017-04-13 16:04 1.5K
refSeqStatus.txt.gz 2017-04-13 16:04 1.5M
refSeqStatus.sql 2017-04-13 16:04 1.6K
refLink.txt.gz 2017-04-13 16:03 11M
refLink.sql 2017-04-13 16:03 1.7K
productName.txt.gz 2017-04-13 16:03 2.7M
productName.sql 2017-04-13 16:03 1.4K
organism.txt.gz 2017-04-13 16:02 266K
organism.sql 2017-04-13 16:02 1.4K
netXenTro9.txt.gz 2017-12-14 12:44 14M
netXenTro9.sql 2017-12-14 12:44 2.1K
netXenTro7.txt.gz 2019-08-18 03:21 13M
netXenTro7.sql 2019-08-18 03:21 2.1K
netGalGal6.txt.gz 2019-01-20 20:20 8.7M
netGalGal6.sql 2019-01-20 20:20 2.1K
nestedRepeats.txt.gz 2017-04-13 15:41 144K
nestedRepeats.sql 2017-04-13 15:41 1.9K
ncbiRefSeqPsl.txt.gz 2020-05-10 03:28 2.2M
ncbiRefSeqPsl.sql 2020-05-10 03:28 2.1K
ncbiRefSeqPredicted.txt.gz 2020-05-10 03:28 2.0M
ncbiRefSeqPredicted.sql 2020-05-10 03:28 2.0K
ncbiRefSeqPepTable.txt.gz 2020-05-10 03:28 6.1M
ncbiRefSeqPepTable.sql 2020-05-10 03:28 1.4K
ncbiRefSeqOther.txt.gz 2020-05-10 03:28 75
ncbiRefSeqOther.sql 2020-05-10 03:28 1.3K
ncbiRefSeqLink.txt.gz 2020-05-10 03:28 754K
ncbiRefSeqLink.sql 2020-05-10 03:28 2.0K
ncbiRefSeqCds.txt.gz 2020-05-10 03:28 159K
ncbiRefSeqCds.sql 2020-05-10 03:28 1.3K
ncbiRefSeq.txt.gz 2020-05-10 03:28 2.0M
ncbiRefSeq.sql 2020-05-10 03:28 1.9K
mrnaClone.txt.gz 2017-04-13 15:41 1.3K
mrnaClone.sql 2017-04-13 15:41 1.4K
microsat.txt.gz 2017-04-13 15:41 89K
microsat.sql 2017-04-13 15:41 1.5K
library.txt.gz 2017-04-13 16:02 43
library.sql 2017-04-13 16:02 1.4K
keyword.txt.gz 2017-04-13 16:02 460
keyword.sql 2017-04-13 16:02 1.4K
imageClone.txt.gz 2017-04-13 16:02 35
imageClone.sql 2017-04-13 16:02 1.5K
history.txt.gz 2017-04-13 16:02 640
history.sql 2017-04-13 16:02 1.6K
hgFindSpec.txt.gz 2024-03-02 15:23 877
hgFindSpec.sql 2024-03-02 15:23 1.8K
grp.txt.gz 2017-04-13 16:01 213
grp.sql 2017-04-13 16:01 1.3K
gold.txt.gz 2017-04-13 15:46 2.1M
gold.sql 2017-04-13 15:46 1.7K
genscan.txt.gz 2017-04-13 15:41 2.5M
genscan.sql 2017-04-13 15:41 1.7K
geneName.txt.gz 2017-04-13 16:05 2.3M
geneName.sql 2017-04-13 16:05 1.4K
gc5BaseBw.txt.gz 2017-04-13 16:04 66
gc5BaseBw.sql 2017-04-13 16:04 1.3K
gbWarn.txt.gz 2017-04-13 16:04 31
gbWarn.sql 2017-04-13 16:04 1.3K
gbStatus.txt.gz 2017-04-13 16:04 3.5M
gbStatus.sql 2017-04-13 16:04 1.9K
gbSeq.txt.gz 2017-04-13 16:03 12M
gbSeq.sql 2017-04-13 16:03 1.7K
gbMiscDiff.txt.gz 2017-04-13 16:03 1.5K
gbMiscDiff.sql 2017-04-13 16:03 1.5K
gbLoaded.txt.gz 2020-08-19 20:15 5.5K
gbLoaded.sql 2020-08-19 20:15 1.6K
gbExtFile.txt.gz 2017-04-13 16:03 548
gbExtFile.sql 2017-04-13 16:03 1.4K
gbCdnaInfo.txt.gz 2017-04-13 16:02 7.9M
gbCdnaInfo.sql 2017-04-13 16:02 2.6K
gap.txt.gz 2017-04-13 16:02 1.5M
gap.sql 2017-04-13 16:02 1.6K
extNcbiRefSeq.txt.gz 2020-05-10 03:28 90
extNcbiRefSeq.sql 2020-05-10 03:28 1.4K
development.txt.gz 2017-04-13 16:02 47
development.sql 2017-04-13 16:02 1.4K
description.txt.gz 2017-04-13 16:02 8.4M
description.sql 2017-04-13 16:02 1.4K
cytoBandIdeo.txt.gz 2017-04-13 16:02 88K
cytoBandIdeo.sql 2017-04-13 16:02 1.5K
cpgIslandExtUnmasked.txt.gz 2017-04-13 16:02 4.2M
cpgIslandExtUnmasked.sql 2017-04-13 16:02 1.7K
cpgIslandExt.txt.gz 2017-04-13 16:02 651K
cpgIslandExt.sql 2017-04-13 16:02 1.7K
chromInfo.txt.gz 2017-04-13 16:02 95K
chromInfo.sql 2017-04-13 16:02 1.4K
chromAlias.txt.gz 2017-04-13 16:01 242K
chromAlias.sql 2017-04-13 16:01 1.4K
chainXenTro9Link.txt.gz 2017-12-14 12:43 285M
chainXenTro9Link.sql 2017-12-14 12:43 1.5K
chainXenTro9.txt.gz 2017-12-14 12:42 93M
chainXenTro9.sql 2017-12-14 12:42 1.7K
chainXenTro7Link.txt.gz 2019-08-18 03:20 277M
chainXenTro7Link.sql 2019-08-18 03:20 1.5K
chainXenTro7.txt.gz 2019-08-18 03:20 91M
chainXenTro7.sql 2019-08-18 03:19 1.7K
chainGalGal6Link.txt.gz 2019-01-20 20:20 74M
chainGalGal6Link.sql 2019-01-20 20:20 1.5K
chainGalGal6.txt.gz 2019-01-20 20:20 16M
chainGalGal6.sql 2019-01-20 20:20 1.7K
cell.txt.gz 2017-04-13 15:41 40
cell.sql 2017-04-13 15:41 1.4K
cds.txt.gz 2017-04-13 15:41 1.9M
cds.sql 2017-04-13 15:41 1.4K
bigFiles.txt.gz 2025-10-26 03:08 95
bigFiles.sql 2025-10-26 03:08 1.4K
author.txt.gz 2017-04-13 15:41 3.0M
author.sql 2017-04-13 15:41 1.4K
augustusGene.txt.gz 2017-04-13 15:41 2.5M
augustusGene.sql 2017-04-13 15:41 1.9K