You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data has been installed, migrations run and annotation performed (on ClinVar variants), which reduces the amount of work needed to install
Setting up database
You need to have created a database - see Install step "Create DB" ie:
sudo su postgres -c "psql < variantgrid/scripts/dbscripts/pgsql_database_create.sql"
Restoring dump
# You need to run this as postgres user to have permissions
wget https://variantgrid.com/download/vg_test_dump-2024-08-06.sql.gz
zcat vg_test_dump-2024-08-06.sql.gz | psql -d snpdb