This directory contains a dump of the UCSC genome annotation database for
the Mar. 2007 assembly of the lamprey genome (UCSC version petMar1, 
WUSTL v.3.0, March 2007). 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 School of Medicine. 
For more information on the lamprey genome, see the project website at
http://genome.wustl.edu/genome.cgi?GENOME=Petromyzon%20marinus.

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=petMar1
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/petMar1/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/petMar1/database/ .
For a single file, e.g. gc5BaseBw.txt.gz
    rsync -avzP 
        rsync://hgdownload.cse.ucsc.edu/goldenPath/petMar1/database/gc5BaseBw.txt.gz .

Or with wget, all files:
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/petMar1/database/*'
With wget, a single file: 
    wget --timestamping 
        'ftp://hgdownload.cse.ucsc.edu/goldenPath/petMar1/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 petMar1 < chromInfo.sql
## load data from the txt.gz file
$ zcat chromInfo.txt.gz | hgsql petMar1 --local-infile=1 
        -e 'LOAD DATA LOCAL INFILE "/dev/stdin" INTO TABLE chromInfo;'

---------------------------------------------------------------
All the files and tables in this directory are freely usable for any purpose.
The Lamprey sequence is made freely available before scientific publication 
by the Genome Sequencing Center, Washington University in St. Louis School of 
Medicine. Please see the WUSTL data use policy at http://genome.wustl.edu/data.cgi 
for usage restrictions and citation information.
      Name                         Last modified      Size  Description
Parent Directory - xenoMrna.txt.gz 2020-08-22 22:19 152M chainOryLat2Link.txt.gz 2008-11-16 12:15 79M chainHg19Link.txt.gz 2009-10-11 08:48 44M windowmaskerSdust.txt.gz 2008-06-09 14:04 44M chainBraFlo1Link.txt.gz 2008-06-09 13:55 43M chainMm9Link.txt.gz 2008-06-09 13:57 32M chainGalGal3Link.txt.gz 2008-06-09 13:56 31M chainOryLat2.txt.gz 2008-11-16 12:15 23M quality.txt.gz 2008-11-30 12:36 22M simpleRepeat.txt.gz 2008-06-09 14:03 17M xenoRefSeqAli.txt.gz 2020-08-22 22:53 16M xenoRefGene.txt.gz 2020-08-22 22:40 14M chainHg19.txt.gz 2009-10-11 08:48 14M xenoRefFlat.txt.gz 2020-08-22 22:53 13M chainMm9.txt.gz 2008-06-09 13:54 11M chainGalGal3.txt.gz 2008-06-09 13:55 11M chainBraFlo1.txt.gz 2008-06-09 13:54 9.2M gc5Base.txt.gz 2008-06-09 14:01 5.9M all_est.txt.gz 2011-04-18 08:53 4.7M multiz6wayFrames.txt.gz 2008-06-09 14:02 4.7M netOryLat2.txt.gz 2008-11-16 12:16 4.5M multiz6way.txt.gz 2008-06-09 14:02 4.0M gold.txt.gz 2008-06-09 14:01 3.9M netMm9.txt.gz 2008-06-09 14:02 3.3M netHg19.txt.gz 2009-10-11 08:48 3.3M netGalGal3.txt.gz 2008-06-09 14:02 3.0M netBraFlo1.txt.gz 2008-06-09 14:02 2.8M augustusGene.txt.gz 2015-07-26 17:21 2.3M phastCons6way.txt.gz 2008-06-09 14:02 2.3M gap.txt.gz 2008-06-09 13:59 2.1M intronEst.txt.gz 2011-04-18 08:53 1.7M blastHg18KG.txt.gz 2009-12-20 15:36 1.4M estOrientInfo.txt.gz 2011-04-18 08:47 1.2M phastConsElements6way.txt.gz 2008-06-09 14:02 801K chromInfo.txt.gz 2008-06-09 13:59 517K nestedRepeats.txt.gz 2008-06-09 14:02 347K all_mrna.txt.gz 2020-08-22 22:18 155K gbLoaded.txt.gz 2020-08-22 22:56 104K tRNAs.txt.gz 2012-04-23 09:28 53K mrnaOrientInfo.txt.gz 2020-08-22 22:19 43K trackDb.txt.gz 2023-03-28 13:52 38K trackDb_pushedout.txt.gz 2021-12-27 12:20 38K tableDescriptions.txt.gz 2024-04-20 02:03 5.7K tableList.txt.gz 2024-04-21 03:35 3.3K netHg19.sql 2009-10-11 08:48 2.3K blastHg18KG.sql 2009-12-20 15:36 2.3K netOryLat2.sql 2008-11-16 12:16 2.2K netGalGal3.sql 2008-06-09 14:02 2.2K netBraFlo1.sql 2008-06-09 14:02 2.2K netMm9.sql 2008-06-09 14:02 2.2K xenoRefSeqAli.sql 2020-08-22 22:53 2.1K xenoMrna.sql 2020-08-22 22:19 2.1K all_mrna.sql 2020-08-22 22:18 2.1K trackDb_pushedout.sql 2021-12-27 12:20 2.1K trackDb.sql 2023-03-28 13:52 2.1K intronEst.sql 2011-04-18 08:53 2.0K all_est.sql 2011-04-18 08:53 2.0K xenoRefGene.sql 2020-08-22 22:40 2.0K augustusGene.sql 2015-07-26 17:21 1.9K simpleRepeat.sql 2008-06-09 14:03 1.9K nestedRepeats.sql 2008-06-09 14:02 1.9K mrnaOrientInfo.sql 2020-08-22 22:19 1.8K hgFindSpec_pushedout.sql 2021-12-27 12:20 1.8K chainHg19.sql 2009-10-11 08:48 1.8K hgFindSpec.sql 2023-03-28 13:52 1.8K xenoRefFlat.sql 2020-08-22 22:53 1.7K phastCons6way.sql 2008-06-09 14:02 1.7K quality.sql 2008-11-30 12:36 1.7K gc5Base.sql 2008-06-09 14:01 1.7K estOrientInfo.sql 2011-04-18 08:47 1.7K tRNAs.sql 2012-04-23 09:28 1.7K multiz6wayFrames.sql 2008-06-09 14:02 1.7K chainOryLat2.sql 2008-11-16 12:15 1.7K chainGalGal3.sql 2008-06-09 13:55 1.7K chainBraFlo1.sql 2008-06-09 13:54 1.7K chainMm9.sql 2008-06-09 13:54 1.6K gbLoaded.sql 2020-08-22 22:56 1.6K gold.sql 2008-06-09 14:01 1.6K tableList.sql 2024-04-21 03:35 1.6K chainHg19Link.sql 2009-10-11 08:48 1.5K gap.sql 2008-06-09 13:59 1.5K microsat.sql 2015-08-24 00:19 1.5K tableDescriptions.sql 2024-04-20 02:03 1.5K phastConsElements6way.sql 2008-06-09 14:02 1.4K history.sql 2008-06-09 14:01 1.4K chainOryLat2Link.sql 2008-11-16 12:15 1.4K chainGalGal3Link.sql 2008-06-09 13:55 1.4K chainBraFlo1Link.sql 2008-06-09 13:54 1.4K multiz6way.sql 2008-06-09 14:02 1.4K chainMm9Link.sql 2008-06-09 13:57 1.4K bigFiles.sql 2024-04-21 03:35 1.4K grp.sql 2014-03-02 04:14 1.4K windowmaskerSdust.sql 2008-06-09 14:03 1.4K extFile.sql 2008-06-09 13:59 1.3K chromInfo.sql 2008-06-09 13:59 1.2K history.txt.gz 2008-06-09 14:01 745 hgFindSpec.txt.gz 2023-03-28 13:52 663 hgFindSpec_pushedout.txt.gz 2021-12-27 12:20 624 grp.txt.gz 2014-03-02 04:14 199 microsat.txt.gz 2015-08-24 00:19 131 extFile.txt.gz 2008-06-09 13:59 101 bigFiles.txt.gz 2024-04-21 03:35 33