ima23 / ensembl-datacheck

Code for checking Ensembl databases during release production

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coverage Status Build Status

ensembl-datacheck

Code for checking Ensembl data

Repository dependencies

The datachecks require the following repositories to be checked out and their libraries available in your environment:

Using git hooks to synchronise the datacheck index

It's easy to get out of sync between datachecks and the index. There's a test for this, so it would eventually get detected, but we can proactively avoid the problem with a git hook that automatically updates the index.

To configure this, in your local repository do: ln -s hooks/pre-commit.sh .git/hooks/pre-commit

Then, whenever you commit, the index will be checked, and updated if necessary. To skip the checking, use the --no-verify flag.

About

Code for checking Ensembl databases during release production

License:Apache License 2.0


Languages

Language:Perl 99.7%Language:Shell 0.3%