galaxy-genome-annotation / chado-schema-builder

compiles copies of the Chado database and dumps the SQL for use in other tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chado Schema Builder Build Status

This project provides a dockerfile to automatically build the chado database dumps. These schema dumps are necessary due to how much time and memory the process of parsing ontologies takes. For older machines such as the author's aging infrastructure, installing the 5 default ontologies can take upwards of 8 hours. Installing a dumped .sql.gz from this project takes under 20 seconds, and can even be done "live" during docker launches.

Running

make
make schema

The container is set up and ready to run. As soon as you launch an instance of this container, it will bring up the postgres database, start processing (you may wish to customize)

LICENSE

GPLv3

(This does not preclude you customising a copy of this, producing output, and not sharing the customisations to the main program.)

About

compiles copies of the Chado database and dumps the SQL for use in other tools.


Languages

Language:Python 31.2%Language:Shell 30.9%Language:PLpgSQL 23.2%Language:Dockerfile 12.9%Language:Makefile 1.9%