christophertbrown / iRep

scripts for estimating bacteria replication rates based on population genome copy number variation
MIT License
68 stars 9 forks source link

added testing #6

Closed MrOlm closed 7 years ago

MrOlm commented 7 years ago

This adds an automatic basic test of iRep.

This test runs iRep on the test data provided, and then automatically compares the output to the data provided.

This is done by simply running test_suite.py in the new folder "test".

Right now this only tests iRep, but the test_suite was written with the ability to easily add more tests in mind.