Difference between revisions of "Public Chado Databases"

From GMOD
Jump to: navigation, search
(Direct Chado Access: Add GeneDB details)
(FlyBase)
 
(4 intermediate revisions by 4 users not shown)
Line 5: Line 5:
 
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.
  
* [[:Category:FlyBase|FlyBase]]:  ftp://flybase.net/releases/current/psql/ - Contains 12 Drosophila genomes.
+
* [[:Category:FlyBase|FlyBase]]:  ftp://ftp.flybase.org/releases/current/psql/ - Contains 12 Drosophila genomes.
 
* [[ParameciumDB]]:  http://paramecium.cgm.cnrs-gif.fr/download/sql/
 
* [[ParameciumDB]]:  http://paramecium.cgm.cnrs-gif.fr/download/sql/
 
* [[:Category:SGD|Yeast]]:      http://sgdlite.princeton.edu/download/sgdlite/
 
* [[:Category:SGD|Yeast]]:      http://sgdlite.princeton.edu/download/sgdlite/
 +
* [[VectorBase]]: ftp://ftp.vectorbase.org/public_data/databases/chado/
  
 
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.
 
   pg_dump -f mychado.dump mychado
 
   pg_dump -f mychado.dump mychado
 
[[Category:ParameciumDB]]
 
[[Category:FlyBase]]
 
[[Category:SGD]]
 
  
 
== Direct [[Chado]] Access ==
 
== Direct [[Chado]] Access ==
 
=== [http://flybase.org FlyBase] ===
 
=== [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.  Please check the [http://flybase.org/forums/viewforum.php?f=4 FlyBase News Forum] for scheduled outages.
 
  
'''hostname:''' flybase.org<br />
+
* [https://flybase.github.io/docs/chado/index#public-database FlyBase public chado database]
'''port:''' 5432<br />
+
'''username:''' flybase<br />
+
'''password:''' no password<br />
+
'''database name:''' flybase<br />
+
 
+
e.g.
+
psql -h flybase.org -U flybase flybase
+
  
 
=== [http://www.genedb.org GeneDB] ===
 
=== [http://www.genedb.org GeneDB] ===
 
The following connection information is for the preliminary GeneDB Chado database. This database currently contains Plasmodium genomes; more organisms will be added during 2008. This is currently a pre-release database, which may change or disappear without warning.
 
The following connection information is for the preliminary GeneDB Chado database. This database currently contains Plasmodium genomes; more organisms will be added during 2008. This is currently a pre-release database, which may change or disappear without warning.
  
'''hostname:''' pathdbsrv1-dmz.sanger.ac.uk<br />
+
'''hostname:''' db.genedb.org<br />
 
'''port:''' 5432<br />
 
'''port:''' 5432<br />
 
'''username:''' genedb_ro<br />
 
'''username:''' genedb_ro<br />
Line 39: Line 28:
  
 
e.g.
 
e.g.
  psql -h pathdbsrv1-dmz.sanger.ac.uk -U genedb_ro snapshot
+
  psql -h db.genedb.org -U genedb_ro snapshot
  
 +
[[Category:ParameciumDB]]
 +
[[Category:FlyBase]]
 +
[[Category:SGD]]
 
[[Category:Chado]]
 
[[Category:Chado]]
[[Category:FlyBase]]
 

Latest revision as of 14:56, 25 June 2019

Public Chado Genome Database Releases

Chado PostgreSQL Dumps

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

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

Direct Chado Access

FlyBase

GeneDB

The following connection information is for the preliminary GeneDB Chado database. This database currently contains Plasmodium genomes; more organisms will be added during 2008. This is currently a pre-release database, which may change or disappear without warning.

hostname: db.genedb.org
port: 5432
username: genedb_ro
password: no password
database name: snapshot

e.g.

psql -h db.genedb.org -U genedb_ro snapshot