Difference between revisions of "Public Chado Databases"

From GMOD
Jump to: navigation, search
m (Public Chado Genome Database Releases > tweak)
(Added connection information for FlyBase Chado.)
Line 1: Line 1:
 
=Public [[Chado]] [[Genome]] Database Releases=
 
=Public [[Chado]] [[Genome]] Database Releases=
 +
 +
 +
== Chado PostgreSQL Dumps ==
 
These projects provide [[Chado]] database dumps that you can copy and learn from.
 
These projects provide [[Chado]] database dumps that you can copy and learn from.
  
* Drosophila:  ftp://flybase.net/releases/current/psql/
+
* FlyBase:  ftp://flybase.net/releases/current/psql/ - Contains 12 Drosophila genomes.
 
* Paramecium:  http://paramecium.cgm.cnrs-gif.fr/download/sql/
 
* Paramecium:  http://paramecium.cgm.cnrs-gif.fr/download/sql/
 
* Yeast:      http://sgdlite.princeton.edu/download/sgdlite/
 
* Yeast:      http://sgdlite.princeton.edu/download/sgdlite/
 +
 +
== Direct [[Chado]] Access ==
 +
=== [http://flybase.org FlyBase] ===
 +
The following connection information is for the FlyBase Chado database.  The database release available through this access point will always match the version available through our public web interface.  Before each release there will be a down time of several hours while the new data is loaded.
 +
 +
'''hostname:''' flybase.org<br />
 +
'''port:''' 5432<br />
 +
'''username:''' flybase<br />
 +
'''password:''' no password<br />
 +
'''database name:''' flybase<br />
 +
 +
e.g.
 +
psql -h flybase.org -U flybase flybase
 +
 +
 +
  
 
Please add to this list, if you have a Chado database to share, or know of someone who does.  If you have a public Chado database, please consider adding an export dump file.
 
Please add to this list, if you have a Chado database to share, or know of someone who does.  If you have a public Chado database, please consider adding an export dump file.

Revision as of 18:40, 7 February 2008

Public Chado Genome Database Releases

Chado PostgreSQL Dumps

These projects provide Chado database dumps that you can copy and learn from.

Direct Chado Access

FlyBase

The following connection information is for the FlyBase Chado database. The database release available through this access point will always match the version available through our public web interface. Before each release there will be a down time of several hours while the new data is loaded.

hostname: flybase.org
port: 5432
username: flybase
password: no password
database name: flybase

e.g.

psql -h flybase.org -U flybase flybase



Please add to this list, if you have a Chado database to share, or know of someone who does. If you have a public Chado database, please consider adding an export dump file.

 pg_dump -f mychado.dump mychado