ErillLab / collectf

CollecTF database implementation
http://www.collectf.org
5 stars 3 forks source link

Database consistency check #28

Closed sefakilic closed 8 years ago

sefakilic commented 8 years ago

Add scripts to check the data for consistency. e.g. TF-instance table shouldn't have anything with NP_ accession.

sefakilic commented 8 years ago

Created consistency_check.py file under scripts/ directory.

Will put all consistency check functions under this file which will be set to run periodically.