Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.38 KB

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.