This directory contains a dump of the UCSC genome annotation database for the
May. 2012 (Max-Planck/panPan1) assembly of the bonobo genome
(panPan1, Max-Planck Institute panpan1 (GCA_000258665.1)) .
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/10729
http://www.ncbi.nlm.nih.gov/genome/assembly/382348
http://www.ncbi.nlm.nih.gov/bioproject/49285
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=panPan1
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/panPan1/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/panPan1/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
rsync -avzP
rsync://hgdownload.cse.ucsc.edu/goldenPath/panPan1/database/gc5BaseBw.txt.gz .
Or with wget, all files:
wget --timestamping
'ftp://hgdownload.cse.ucsc.edu/goldenPath/panPan1/database/*'
With wget, a single file:
wget --timestamping
'ftp://hgdownload.cse.ucsc.edu/goldenPath/panPan1/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 panPan1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql panPan1 --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 -
gc5BaseBw.txt.gz 2015-06-25 14:34 63
ncbiRefSeqOther.txt.gz 2018-08-14 02:21 75
extNcbiRefSeq.txt.gz 2018-08-14 02:21 91
bigFiles.txt.gz 2025-03-30 03:28 94
grp.txt.gz 2015-06-25 14:39 199
history.txt.gz 2015-06-25 14:39 853
hgFindSpec.txt.gz 2024-03-02 15:24 1.1K
gc5BaseBw.sql 2015-06-25 14:34 1.3K
ncbiRefSeqOther.sql 2018-08-14 02:21 1.3K
grp.sql 2015-06-25 14:39 1.3K
ncbiRefSeqCds.sql 2018-08-14 02:21 1.4K
ncbiRefSeqPepTable.sql 2018-08-14 02:21 1.4K
chromInfo.sql 2015-06-25 14:39 1.4K
bigFiles.sql 2025-03-30 03:28 1.4K
chromAlias.sql 2018-02-18 08:01 1.4K
ucscToINSDC.sql 2015-06-25 14:40 1.4K
ucscToRefSeq.sql 2018-02-18 08:01 1.4K
tableDescriptions.sql 2025-03-29 02:03 1.5K
extNcbiRefSeq.sql 2018-08-14 02:21 1.5K
microsat.sql 2015-06-25 14:32 1.5K
windowmaskerSdust.sql 2015-06-25 14:40 1.5K
cytoBandIdeo.sql 2015-06-25 14:39 1.5K
chainHg38Link.sql 2015-06-25 14:32 1.5K
chainTarSyr2Link.sql 2015-06-25 14:35 1.5K
seqNcbiRefSeq.sql 2018-08-14 02:21 1.6K
history.sql 2015-06-25 14:39 1.6K
tableList.sql 2025-03-30 03:28 1.6K
gap.sql 2015-06-25 14:39 1.6K
gbLoaded.sql 2020-08-22 17:50 1.6K
gold.sql 2015-06-25 14:39 1.7K
genscan.sql 2015-06-25 14:39 1.7K
cpgIslandExt.sql 2015-06-25 14:39 1.7K
chainHg38.sql 2015-06-25 14:32 1.7K
chainTarSyr2.sql 2015-06-25 14:34 1.7K
cpgIslandExtUnmasked.sql 2015-06-25 14:39 1.7K
refFlat.sql 2020-08-22 17:50 1.7K
xenoRefFlat.sql 2020-08-22 17:50 1.7K
mrnaOrientInfo.sql 2019-07-28 06:00 1.8K
hgFindSpec.sql 2024-03-02 15:24 1.8K
rmsk.sql 2015-06-25 14:39 1.9K
geneid.sql 2015-11-22 20:17 1.9K
simpleRepeat.sql 2015-06-25 14:40 1.9K
nestedRepeats.sql 2015-06-25 14:39 1.9K
augustusGene.sql 2015-06-25 14:32 1.9K
refGene.sql 2020-08-22 17:50 1.9K
ncbiRefSeq.sql 2018-02-09 13:47 2.0K
xenoRefGene.sql 2020-08-22 17:50 2.0K
ncbiRefSeqCurated.sql 2018-02-09 13:47 2.0K
ncbiRefSeqPredicted.sql 2018-02-09 13:47 2.0K
ncbiRefSeqLink.sql 2018-02-09 13:47 2.0K
trackDb.sql 2024-03-02 15:24 2.1K
netHg38.sql 2015-06-25 14:39 2.1K
netTarSyr2.sql 2015-06-25 14:39 2.1K
all_mrna.sql 2018-04-08 07:49 2.1K
refSeqAli.sql 2019-07-28 06:00 2.1K
ncbiRefSeqPsl.sql 2018-02-09 13:47 2.1K
xenoRefSeqAli.sql 2020-08-22 17:50 2.1K
tableList.txt.gz 2025-03-30 03:28 3.0K
mrnaOrientInfo.txt.gz 2019-07-28 06:00 3.8K
ncbiRefSeqCurated.txt.gz 2018-02-09 13:47 4.3K
refFlat.txt.gz 2020-08-22 17:50 5.0K
refGene.txt.gz 2020-08-22 17:50 5.6K
refSeqAli.txt.gz 2019-07-28 06:00 5.9K
tableDescriptions.txt.gz 2025-03-29 02:03 6.1K
all_mrna.txt.gz 2018-04-08 07:49 8.5K
gbLoaded.txt.gz 2020-08-22 17:50 18K
trackDb.txt.gz 2024-03-02 15:24 29K
chromInfo.txt.gz 2015-06-25 14:39 52K
cytoBandIdeo.txt.gz 2015-06-25 14:39 54K
ucscToRefSeq.txt.gz 2018-02-18 08:01 80K
ucscToINSDC.txt.gz 2015-06-25 14:40 80K
chromAlias.txt.gz 2018-02-18 08:01 106K
microsat.txt.gz 2015-06-25 14:32 288K
ncbiRefSeqCds.txt.gz 2018-08-14 02:21 310K
cpgIslandExt.txt.gz 2015-06-25 14:39 564K
seqNcbiRefSeq.txt.gz 2018-08-14 02:21 780K
cpgIslandExtUnmasked.txt.gz 2015-06-25 14:39 895K
ncbiRefSeqLink.txt.gz 2018-02-09 13:47 1.4M
geneid.txt.gz 2015-11-22 20:17 1.7M
gap.txt.gz 2015-06-25 14:39 1.8M
augustusGene.txt.gz 2015-06-25 14:32 1.9M
gold.txt.gz 2015-06-25 14:39 2.0M
genscan.txt.gz 2015-06-25 14:39 2.4M
ncbiRefSeqPredicted.txt.gz 2018-02-09 13:47 2.9M
ncbiRefSeq.txt.gz 2018-02-09 13:47 2.9M
ncbiRefSeqPsl.txt.gz 2018-02-09 13:47 3.8M
netHg38.txt.gz 2015-06-25 14:39 6.6M
ncbiRefSeqPepTable.txt.gz 2018-08-14 02:21 8.8M
nestedRepeats.txt.gz 2015-06-25 14:39 16M
simpleRepeat.txt.gz 2015-06-25 14:40 21M
xenoRefFlat.txt.gz 2020-08-22 17:50 35M
xenoRefSeqAli.txt.gz 2020-08-22 17:50 37M
xenoRefGene.txt.gz 2020-08-22 17:50 39M
netTarSyr2.txt.gz 2015-06-25 14:39 68M
chainHg38.txt.gz 2015-06-25 14:32 113M
chainTarSyr2.txt.gz 2015-06-25 14:34 123M
rmsk.txt.gz 2015-06-25 14:39 128M
windowmaskerSdust.txt.gz 2015-06-25 14:40 142M
chainHg38Link.txt.gz 2015-06-25 14:33 431M
chainTarSyr2Link.txt.gz 2015-06-25 14:36 788M