Database dumps

SNPdbe's underlying database is available as MySQL data dump:

Most recent version:

To store the data into your MySQL database, please use the following command:

bzcat SNPdbe_VERSION_sql.bz2 | mysql -uUser -pPassword -DYourDatabase

A schema documentation can be found here.

Questions? Please contact us.