Skip to content

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

Notifications You must be signed in to change notification settings

abretaud/chado-schema-builder

 
 

Repository files navigation

Chado Schema Builder

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 32.1%
  • Shell 31.1%
  • PLpgSQL 17.8%
  • Dockerfile 13.2%
  • TSQL 4.1%
  • Makefile 1.7%